summaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
Diffstat (limited to 'deps.mk')
-rw-r--r--deps.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps.mk b/deps.mk
index 5fb0961..048dea4 100644
--- a/deps.mk
+++ b/deps.mk
@@ -77,7 +77,7 @@ src/lib.o: src/logerr.h
src/logerr.o:
src/math.o:
src/random.o: src/logerr.h
-src/string.o:
+src/string.o: src/logerr.h src/math.h src/util.h
src/testing.o:
src/util.o: src/logerr.h
src/vector.o: src/logerr.h src/catalog.h src/i18n.h src/math.h
@@ -88,7 +88,7 @@ tests/lib.o: src/logerr.h
tests/logerr.o: src/testing.h tests/slurp.h
tests/math.o: src/testing.h
tests/random.o: src/logerr.h src/testing.h
-tests/string.o:
+tests/string.o: src/logerr.h src/math.h src/util.h src/testing.h
tests/testing.o:
tests/util.o: src/logerr.h src/testing.h tests/slurp.h
tests/vector.o: src/logerr.h src/catalog.h src/i18n.h src/math.h src/testing.h
@@ -99,7 +99,7 @@ tests/lib.a: src/logerr.o
tests/logerr.a: src/testing.o tests/slurp.o
tests/math.a: src/testing.o
tests/random.a: src/logerr.o src/testing.o
-tests/string.a:
+tests/string.a: src/logerr.o src/math.o src/util.o src/testing.o
tests/testing.a:
tests/util.a: src/logerr.o src/testing.o tests/slurp.o
tests/vector.a: src/logerr.o src/catalog.o src/i18n.o src/math.o src/testing.o