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

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