[PATCH GIT 0.6.3] Add an uninstall target to Makefile
From: Martin Atukunda <hidden>
Date: 2016-06-15 22:41:54
From: Martin Atukunda <hidden>
Date: 2016-06-15 22:41:54
Add an uninstall target to Makefile that removes installed scripts and programs. Signed-off-by: Martin Atukunda <redacted> Index: Makefile ===================================================================
--- 0a9ee5a4d947b998a7ce489242800b39f98eeee5/Makefile (mode:100644 sha1:2d7e4cf0464c45b7c5b169bff7e5c4e7768c13a1)
+++ uncommitted/Makefile (mode:100644)@@ -82,6 +82,9 @@ install -m755 -d $(DESTDIR)$(bindir) install $(PROG) $(SCRIPT) $(GEN_SCRIPT) $(DESTDIR)$(bindir) +uninstall: + cd $(DESTDIR)$(bindir) && rm $(PROG) $(SCRIPT) $(GEN_SCRIPT) + clean: rm -f *.o mozilla-sha1/*.o $(PROG) $(GEN_SCRIPT) $(LIB_FILE)