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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

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