diff options
author | Aurélien Aptel <aurelien.aptel@gmail.com> | 2009-06-16 02:33:38 +0200 |
---|---|---|
committer | Aurélien Aptel <aurelien.aptel@gmail.com> | 2009-06-16 02:33:38 +0200 |
commit | 2e37752961f439c33614a9d8469d7c297f0465cb (patch) | |
tree | 6c15000913cfef0ceb3455dfea08dacd22b0aeec /Makefile | |
parent | 8b4bfe31ec1075316dbb2e7d21753771ae3e5590 (diff) | |
download | st-2e37752961f439c33614a9d8469d7c297f0465cb.tar.gz st-2e37752961f439c33614a9d8469d7c297f0465cb.tar.bz2 |
added/removed files, updated Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ options: @echo CC $< @${CC} -c ${CFLAGS} $< -${OBJ}: config.mk +${OBJ}: config.h config.mk st: ${OBJ} @echo CC -o $@ |