Xinqi Bao's Git

used ccat() from concat.h for string concatenation
[slstatus.git] / Makefile
index e1bb370..4848eef 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,8 @@
 
 include config.mk
 
+NAME=slstatus
+
 SRC = ${NAME}.c
 OBJ = ${SRC:.c=.o}
 
@@ -19,7 +21,7 @@ options:
 
 ${OBJ}: config.h config.mk
 
-config.h:
+config.h: config.def.h
        @echo creating $@ from config.def.h
        @cp config.def.h $@