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