diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-08-16 16:50:44 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-08-16 16:50:44 -0400 |
commit | 615e057b2c92687dbc67732886a1518d45ad01c5 (patch) | |
tree | 0fdc1eab187939a50288b3604eb280e2057f2f74 /mk/casinh.d | |
parent | 687265e54a2eb757404c21d9a262643987e21dbb (diff) |
update dependencies
Diffstat (limited to 'mk/casinh.d')
-rw-r--r-- | mk/casinh.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/casinh.d b/mk/casinh.d index b1d4ec43..adfdb5a7 100644 --- a/mk/casinh.d +++ b/mk/casinh.d @@ -5,7 +5,7 @@ libm.a(casinh.o): $(OBJDIR)/casinh.o $(OBJDIR)/casinh.o: src/complex/casinh.c $(OBJDIR)/casinh.o: src/complex/_tgmath.h $(OBJDIR)/src/math/_tgmath.h.o: -$(OBJDIR)/casinh.o: src/math/M_PI_4.c +$(OBJDIR)/casinh.o: $(OBJDIR)/casinh.o: @echo " [CC] $@" @mkdir -p $(@D) |