Removed uninstall target from Makefile

This commit is contained in:
wiire-a 2017-12-20 19:16:36 +01:00
parent 8807357127
commit da5f0f436f

View File

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