diff options
author | John Hawthorn <jhawthor@uvic.ca> | 2008-06-27 12:53:34 -0700 |
---|---|---|
committer | John Hawthorn <jhawthor@uvic.ca> | 2008-06-27 12:53:34 -0700 |
commit | 7cb3dabb0e3370fe06e58352f91580388fd50337 (patch) | |
tree | 8875133a81896a4fb694ffe0427413dc18f81729 | |
parent | 45cf68a160f94d1091c3e5c69237505b138daf25 (diff) | |
download | mirror-meh-7cb3dabb0e3370fe06e58352f91580388fd50337.tar.gz mirror-meh-7cb3dabb0e3370fe06e58352f91580388fd50337.tar.bz2 mirror-meh-7cb3dabb0e3370fe06e58352f91580388fd50337.zip |
more verbose makefile
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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: |