Xinqi Bao's Git

small Makefile tweak
authorAaron Marcher <[email protected]>
Mon, 9 Jan 2017 08:23:17 +0000 (09:23 +0100)
committerAaron Marcher <[email protected]>
Mon, 9 Jan 2017 08:23:17 +0000 (09:23 +0100)
Makefile

index 79b8de0..0a41a93 100644 (file)
--- 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: