diff options
Diffstat (limited to 'mk/tgamma.d')
-rw-r--r-- | mk/tgamma.d | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/tgamma.d b/mk/tgamma.d index 4cde095e..7adbf93c 100644 --- a/mk/tgamma.d +++ b/mk/tgamma.d @@ -6,6 +6,5 @@ $(OBJDIR)/tgamma.o: src/math/tgamma.c $(OBJDIR)/tgamma.o: src/complex/_tgmath.h $(OBJDIR)/src/math/_tgmath.h.o: $(OBJDIR)/tgamma.o: - @echo " [CC] $@" @mkdir -p $(@D) - @$(CC) -c -o $@ $(CFLAGS) src/math/tgamma.c + $(CC) -c -o $@ $(CFLAGS) src/math/tgamma.c |