Xinqi Bao's Git
projects
/
slstatus.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
99bc258
)
Makefile: Fixes #35
author
Aaron Marcher <
[email protected]
>
Mon, 9 Jan 2017 07:24:26 +0000
(08:24 +0100)
committer
Aaron Marcher <
[email protected]
>
Mon, 9 Jan 2017 07:24:26 +0000
(08:24 +0100)
Makefile
diff
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
afdbcdf
..
38712c5
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-6,6
+6,9
@@
NAME=slstatus
all: ${NAME}
all: ${NAME}
+${NAME}:
+ ${CC} ${CFLAGS} -o $@ ${NAME}.c ${LDFLAGS}
+
clean:
rm -f ${NAME}
clean:
rm -f ${NAME}