summaryrefslogtreecommitdiff
path: root/mk/modf.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/modf.d')
-rw-r--r--mk/modf.d3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/modf.d b/mk/modf.d
index 0ef31381..3527c4a4 100644
--- a/mk/modf.d
+++ b/mk/modf.d
@@ -6,6 +6,5 @@ $(OBJDIR)/modf.o: src/math/modf.c
$(OBJDIR)/modf.o: src/complex/_tgmath.h
$(OBJDIR)/src/math/_tgmath.h.o:
$(OBJDIR)/modf.o:
- @echo " [CC] $@"
@mkdir -p $(@D)
- @$(CC) -c -o $@ $(CFLAGS) src/math/modf.c
+ $(CC) -c -o $@ $(CFLAGS) src/math/modf.c