mirror of
https://github.com/wiire-a/pixiewps.git
synced 2025-07-27 15:54:29 +02:00
parent
1aea6eb634
commit
eaa4c942a4
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user