summaryrefslogtreecommitdiff
path: root/mk/hypot.d
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-30 18:35:24 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-30 18:35:24 -0500
commit7cdd27f8dce39bed37a266fa578cfaedce0a015d (patch)
treeea00f35123b9e37b63b7f7fd68c49076432574f1 /mk/hypot.d
parent91a2ff1e0a2f95c300f8d181baaf4895dc9e711f (diff)
update dependencies
Diffstat (limited to 'mk/hypot.d')
-rw-r--r--mk/hypot.d3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/hypot.d b/mk/hypot.d
index f3564c5e..d138c3fd 100644
--- a/mk/hypot.d
+++ b/mk/hypot.d
@@ -7,6 +7,5 @@ $(OBJDIR)/hypot.o: src/math/hypot.c
$(OBJDIR)/hypot.o: src/complex/_tgmath.h
$(OBJDIR)/src/math/_tgmath.h.o:
$(OBJDIR)/hypot.o:
- @echo " [CC] $@"
@mkdir -p $(@D)
- @$(CC) -c -o $@ $(CFLAGS) src/math/hypot.c
+ $(CC) -c -o $@ $(CFLAGS) src/math/hypot.c