From 92eb29f9eda3c1ed1adf52b2bb78a84ea37498f7 Mon Sep 17 00:00:00 2001 From: "gottox@rootkit.lan" Date: Sat, 15 Dec 2007 01:24:09 +0100 Subject: Correcting newlines; Correcting Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5189819..0a30bfa 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ ${OBJ}: config.mk cmarkdown: ${OBJ} @echo CC -o $@ - ${CC} -o $@ ${OBJ} ${LDFLAGS} + @${CC} -o $@ ${OBJ} ${LDFLAGS} clean: @echo cleaning -- cgit v1.2.3