mirror of
https://github.com/wiire-a/pixiewps.git
synced 2025-07-25 14:54:53 +02:00
Merge pull request #66 from rofl0r/destdir2
Makefile: add missing DESTDIR
This commit is contained in:
commit
0b56be18c7
@ -15,7 +15,7 @@ debug:
|
||||
$(CC) $(CFLAGS) $(CPPFLAGS) -DDEBUG -o $(TARGET) $(SOURCE) $(LIBS) $(LDFLAGS)
|
||||
|
||||
install:
|
||||
install -d $(BINDIR)
|
||||
install -d $(DESTDIR)$(BINDIR)
|
||||
install -m 755 $(TARGET) $(DESTDIR)$(BINDIR)
|
||||
|
||||
uninstall:
|
||||
|
Loading…
x
Reference in New Issue
Block a user