Add uninstall to Makefile

This commit is contained in:
noxgeek
2020-02-16 18:39:15 +01:00
committed by GitHub
parent 5cc5d25823
commit 0004ff3e18

View File

@@ -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