Merge pull request #56 from noxgeek/patch-1

Add uninstall to Makefile
This commit is contained in:
dylan 2020-02-16 20:02:40 +02:00 committed by GitHub
commit 67d323458c
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