Fixed wrong dependency order.
This commit is contained in:
wiire 2015-04-04 19:27:45 +02:00
parent 1aea6eb634
commit eaa4c942a4

View File

@ -6,7 +6,7 @@ PREFIX = $(DESTDIR)/usr/local
BINDIR = $(PREFIX)/bin
all:
$(CC) $(CCFLAGS) pixiewps.c -o $(TARGET)
$(CC) -o $(TARGET) pixiewps.c $(CCFLAGS)
install:
install -D pixiewps $(BINDIR)/$(TARGET)