From ee1950048916053e69448f70cdc719008aef1a9b Mon Sep 17 00:00:00 2001 From: ulmeyda Date: Tue, 10 Jan 2017 22:45:39 +0100 Subject: [PATCH] Restore uninstall of the "binary" --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index abecbc8..82458f1 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,5 @@ install: install -Dm755 src/format-columns.awk $(DESTDIR)$(LIBDIR)/format-columns.awk uninstall: + rm -f src/oil $(DESTDIR)$(BINDIR)/oil rm -rf $(DESTDIR)$(LIBDIR)