diff options
author | torrinfail <torrinfail@gmail.com> | 2020-07-28 11:06:04 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 11:06:04 -0600 |
commit | 7a570d5760759329692f98b3514662cf673ea92e (patch) | |
tree | 066ab26ff3b37041707d6a0671e0f43a6db25ad2 /Makefile | |
parent | e62fbe64994a8d0c38edf806f641826eb3a2b430 (diff) | |
parent | dcb198d7d7da45b8d7cd2d241b42f8405bd049b1 (diff) |
Merge branch 'master' into patch-1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |