From: Aaron Marcher Date: Mon, 9 Jan 2017 08:23:17 +0000 (+0100) Subject: small Makefile tweak X-Git-Url: https://git.xinqibao.xyz/slstatus.git/commitdiff_plain/09c3ffe33bb128c184f40ad80860ce98867e5f9b?ds=sidebyside;hp=--cc small Makefile tweak --- 09c3ffe33bb128c184f40ad80860ce98867e5f9b diff --git a/Makefile b/Makefile index 79b8de0..0a41a93 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ NAME=slstatus all: ${NAME} -${NAME}: config.h +${NAME}: config.h config.mk ${CC} ${CFLAGS} -o $@ ${NAME}.c ${LDFLAGS} config.h: