From 7cb3dabb0e3370fe06e58352f91580388fd50337 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Fri, 27 Jun 2008 12:53:34 -0700 Subject: more verbose makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0a43e7a..4622ca5 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,7 @@ meh: $(OBJFILES) -include $(DEPFILES) %.o: %.c Makefile - @echo "CC $<" - @$(CC) $(CFLAGS) -MMD -MP -MT "$*.d" -c -o $@ $< + $(CC) $(CFLAGS) -MMD -MP -MT "$*.d" -c -o $@ $< # Clean clean: -- cgit v1.2.3