Xinqi Bao's Git

do not overwrite config.h if config.def.h changes
[slstatus.git] / Makefile
index e1bb370..f884ae0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,8 @@
 
 include config.mk
 
+NAME=slstatus
+
 SRC = ${NAME}.c
 OBJ = ${SRC:.c=.o}