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