crian
5 years ago
No known key found for this signature in database
GPG Key ID: 313858BD269FBEC7
1 changed files with
4 additions and
2 deletions
-
Makefile
|
|
@ -1,7 +1,9 @@ |
|
|
|
PREFIX ?= /usr/local |
|
|
|
|
|
|
|
output: dwmblocks.c blocks.h |
|
|
|
cc `pkg-config --cflags x11` `pkg-config --libs x11` dwmblocks.c -o dwmblocks |
|
|
|
clean: |
|
|
|
rm -f *.o *.gch dwmblocks |
|
|
|
install: output |
|
|
|
mkdir -p /usr/local/bin |
|
|
|
cp -f dwmblocks /usr/local/bin |
|
|
|
mkdir -p $(DESTDIR)$(PREFIX)/bin |
|
|
|
cp -f dwmblocks $(DESTDIR)$(PREFIX)/bin |