diff options
author | Jakob Kaivo <jkk@ung.org> | 2024-01-30 18:35:24 -0500 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2024-01-30 18:35:24 -0500 |
commit | 7cdd27f8dce39bed37a266fa578cfaedce0a015d (patch) | |
tree | ea00f35123b9e37b63b7f7fd68c49076432574f1 /mk/casinh.d | |
parent | 91a2ff1e0a2f95c300f8d181baaf4895dc9e711f (diff) |
update dependencies
Diffstat (limited to 'mk/casinh.d')
-rw-r--r-- | mk/casinh.d | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/casinh.d b/mk/casinh.d index 0da231b3..2363d750 100644 --- a/mk/casinh.d +++ b/mk/casinh.d @@ -6,6 +6,5 @@ $(OBJDIR)/casinh.o: src/complex/casinh.c $(OBJDIR)/casinh.o: src/complex/_tgmath.h $(OBJDIR)/src/math/_tgmath.h.o: $(OBJDIR)/casinh.o: - @echo " [CC] $@" @mkdir -p $(@D) - @$(CC) -c -o $@ $(CFLAGS) src/complex/casinh.c + $(CC) -c -o $@ $(CFLAGS) src/complex/casinh.c |