Merge branch 'master' into patch-1

This commit is contained in:
torrinfail
2020-07-28 11:06:04 -06:00
committed by GitHub
2 changed files with 18 additions and 5 deletions

View File

@ -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