Update Makefile

This commit is contained in:
wpa2 2016-12-25 16:13:54 +02:00 committed by GitHub
parent fd62b81852
commit 157cd3d96e

View File

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