summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgottox@rootkit.lan <gottox@rootkit.lan>2007-12-17 08:34:47 +0100
committergottox@rootkit.lan <gottox@rootkit.lan>2007-12-17 08:34:47 +0100
commitd86557e66a684ce2bd3b16dab9a5e16d47c9df89 (patch)
tree4b62423ca39d9b49f98a6690de7686e9102150f9 /Makefile
parentf8f4f86c211d639b04480bd2ee57d8d7df8cc6c5 (diff)
Nicer output in Makefile; dounderline ends with \n; adding -Werror; dohtml uses newblock; some cleanups
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0a30bfa..3480c99 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ options:
${OBJ}: config.mk
cmarkdown: ${OBJ}
- @echo CC -o $@
+ @echo LD $@
@${CC} -o $@ ${OBJ} ${LDFLAGS}
clean: