Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
do not overwrite config.h if config.def.h changes
[slstatus.git]
/
Makefile
diff --git
a/Makefile
b/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}