Xinqi Bao's Git
projects
/
slstatus.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
bb87736
)
small Makefile tweak
author
Aaron Marcher <
[email protected]
>
Mon, 9 Jan 2017 08:23:17 +0000
(09:23 +0100)
committer
Aaron Marcher <
[email protected]
>
Mon, 9 Jan 2017 08:23:17 +0000
(09:23 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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: