crian
5 years ago
No known key found for this signature in database
GPG Key ID: 313858BD269FBEC7
1 changed files with
1 additions and
0 deletions
-
Makefile
|
|
@ -7,5 +7,6 @@ clean: |
|
|
|
install: output |
|
|
|
mkdir -p $(DESTDIR)$(PREFIX)/bin |
|
|
|
cp -f dwmblocks $(DESTDIR)$(PREFIX)/bin |
|
|
|
chmod 755 $(DESTDIR)$(PREFIX)/bin/dwmblocks |
|
|
|
uninstall: |
|
|
|
rm -f $(DESTDIR)$(PREFIX)/bin/dwmblocks |