From 0004ff3e18a8ee8ef79eb8bce7367a42a5033d97 Mon Sep 17 00:00:00 2001 From: noxgeek Date: Sun, 16 Feb 2020 18:39:15 +0100 Subject: [PATCH] Add uninstall to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 91ef52b..756fb56 100644 --- a/Makefile +++ b/Makefile @@ -15,5 +15,8 @@ sowm: sowm.o install: all install -Dm755 sowm $(DESTDIR)$(BINDIR)/sowm +uninstall: + rm -f $(DESTDIR)$(BINDIR)/sowm + clean: rm -f sowm *.o