From ef20bfbd5b46a138c1fded6a89b9133bb84623c2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 20 Mar 2020 17:25:23 -0700 Subject: Add uninstall target to Makefile. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 84c2e2f..4ccbd96 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,9 @@ $(BUILDDIR): install: $(BUILDDIR) $(MAKE) -C $(BUILDDIR) install +uninstall: $(BUILDDIR)/install_manifest.txt + xargs rm < $< + debug: mkdir -p $(BUILDDIR); \ cd $(BUILDDIR); \ -- cgit v1.2.3