aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2009-06-16 02:33:38 +0200
committerAurélien Aptel <aurelien.aptel@gmail.com>2009-06-16 02:33:38 +0200
commit2e37752961f439c33614a9d8469d7c297f0465cb (patch)
tree6c15000913cfef0ceb3455dfea08dacd22b0aeec /Makefile
parent8b4bfe31ec1075316dbb2e7d21753771ae3e5590 (diff)
downloadst-patched-2e37752961f439c33614a9d8469d7c297f0465cb.tar.bz2
st-patched-2e37752961f439c33614a9d8469d7c297f0465cb.tar.xz
st-patched-2e37752961f439c33614a9d8469d7c297f0465cb.zip
added/removed files, updated Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0bd42d..9ec8d21 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ options:
18 @echo CC $< 18 @echo CC $<
19 @${CC} -c ${CFLAGS} $< 19 @${CC} -c ${CFLAGS} $<
20 20
21${OBJ}: config.mk 21${OBJ}: config.h config.mk
22 22
23st: ${OBJ} 23st: ${OBJ}
24 @echo CC -o $@ 24 @echo CC -o $@