mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-08-02 21:21:57 -07:00
3
Makefile
3
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user