aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Hawthorn <jhawthor@uvic.ca>2008-06-27 12:53:34 -0700
committerJohn Hawthorn <jhawthor@uvic.ca>2008-06-27 12:53:34 -0700
commit7cb3dabb0e3370fe06e58352f91580388fd50337 (patch)
tree8875133a81896a4fb694ffe0427413dc18f81729 /Makefile
parent45cf68a160f94d1091c3e5c69237505b138daf25 (diff)
downloadmirror-meh-7cb3dabb0e3370fe06e58352f91580388fd50337.tar.gz
mirror-meh-7cb3dabb0e3370fe06e58352f91580388fd50337.tar.bz2
mirror-meh-7cb3dabb0e3370fe06e58352f91580388fd50337.zip
more verbose makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 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: