aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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: