From da5f0f436f3271497c0a334ba61bcefd001f617a Mon Sep 17 00:00:00 2001 From: wiire-a Date: Wed, 20 Dec 2017 19:16:36 +0100 Subject: [PATCH] Removed uninstall target from Makefile --- src/Makefile | 3 --- 1 file changed, 3 deletions(-) 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)