Merge pull request #39 from wpa2/patch-1

Update Makefile
This commit is contained in:
wiire 2017-02-11 19:31:18 +01:00 committed by GitHub
commit 2052795813

View File

@ -14,8 +14,8 @@ debug:
install:
rm -f $(BINDIR)/$(TARGET)
install -d $(DESTDIR)$(BINDIR)
install -m 755 $(TARGET) $(DESTDIR)$(BINDIR)
install -d $(BINDIR)
install -m 755 $(TARGET) $(BINDIR)
uninstall:
rm -f $(BINDIR)/$(TARGET)