Update makefile to copy script files over
This commit is contained in:
parent
990568295b
commit
633fe10827
1
Makefile
1
Makefile
@ -12,6 +12,7 @@ clean:
|
|||||||
install: output
|
install: output
|
||||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||||
install -m 0755 dwmblocks $(DESTDIR)$(PREFIX)/bin/dwmblocks
|
install -m 0755 dwmblocks $(DESTDIR)$(PREFIX)/bin/dwmblocks
|
||||||
|
cp ./statusbar/* $(DESTDIR)$(PREFIX)/bin/dwmblocks
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f $(DESTDIR)$(PREFIX)/bin/dwmblocks
|
rm -f $(DESTDIR)$(PREFIX)/bin/dwmblocks
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user