From d86557e66a684ce2bd3b16dab9a5e16d47c9df89 Mon Sep 17 00:00:00 2001 From: "gottox@rootkit.lan" Date: Mon, 17 Dec 2007 08:34:47 +0100 Subject: Nicer output in Makefile; dounderline ends with \n; adding -Werror; dohtml uses newblock; some cleanups --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3