diff --git a/Makefile b/Makefile index f039e6c..694b7e0 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ clean: install: output mkdir -p $(DESTDIR)$(PREFIX)/bin install -m 0755 dwmblocks $(DESTDIR)$(PREFIX)/bin/dwmblocks + cp ./statusbar/* $(DESTDIR)$(PREFIX)/bin/dwmblocks uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/dwmblocks