diff --git a/src/Makefile b/src/Makefile index 8e82790..1be4605 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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)