Merge branch 'master' of github.com:dylanaraps/sowm

This commit is contained in:
Dylan Araps 2020-02-20 16:00:23 +02:00
commit 21a35be863
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

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