Merge branch 'master' into patch-1
This commit is contained in:
commit
7a570d5760
2 changed files with 18 additions and 5 deletions
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
|||
PREFIX ?= /usr/local
|
||||
|
||||
CC ?= cc
|
||||
output: dwmblocks.c blocks.h
|
||||
cc dwmblocks.c `pkg-config --cflags x11` `pkg-config --libs x11` -o dwmblocks
|
||||
${CC} dwmblocks.c `pkg-config --cflags x11` `pkg-config --libs x11` -o dwmblocks
|
||||
clean:
|
||||
rm -f *.o *.gch dwmblocks
|
||||
install: output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue