Victor Timofei
4 years ago
No known key found for this signature in database
GPG Key ID: B790DCEBE281403A
1 changed files with
2 additions and
1 deletions
-
Makefile
|
|
@ -1,8 +1,9 @@ |
|
|
|
PREFIX ?= /usr/local |
|
|
|
CC ?= cc |
|
|
|
LDFLAGS = -lX11 |
|
|
|
|
|
|
|
output: dwmblocks.c blocks.def.h blocks.h |
|
|
|
${CC} `pkg-config --cflags x11 --libs x11` dwmblocks.c -o dwmblocks |
|
|
|
${CC} dwmblocks.c $(LDFLAGS) -o dwmblocks |
|
|
|
blocks.h: |
|
|
|
cp blocks.def.h $@ |
|
|
|
|
|
|
|