1
0
mirror of https://github.com/dylanaraps/sowm.git synced 2025-08-02 21:21:57 -07:00

Merge pull request 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

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