diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 | 
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,11 @@  PREFIX ?= /usr/local -output: dwmblocks.c blocks.h +output: dwmblocks.c blocks.def.h blocks.h  	cc `pkg-config --cflags x11` `pkg-config --libs x11` dwmblocks.c -o dwmblocks +blocks.h: +	cp blocks.def.h $@ + +  clean:  	rm -f *.o *.gch dwmblocks  install: output  | 
