summaryrefslogtreecommitdiff
path: root/deps.mk
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-05-24 13:06:19 -0300
committerEuAndreh <eu@euandre.org>2024-05-24 13:06:19 -0300
commit423d46bdae07ceee0af94e5cc12f335afabbcbb8 (patch)
tree864e0bd291379d3341750ff0954e758f95549428 /deps.mk
parentsrc/math.c: Add mul_size() (diff)
downloadpindaiba-423d46bdae07ceee0af94e5cc12f335afabbcbb8.tar.gz
pindaiba-423d46bdae07ceee0af94e5cc12f335afabbcbb8.tar.xz
src/vector.{c,h}: Improve code and tests
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 0b113b5..5fb0961 100644
--- a/deps.mk
+++ b/deps.mk
@@ -80,7 +80,7 @@ src/random.o: src/logerr.h
src/string.o:
src/testing.o:
src/util.o: src/logerr.h
-src/vector.o: src/logerr.h src/catalog.h src/i18n.h
+src/vector.o: src/logerr.h src/catalog.h src/i18n.h src/math.h
tests/catalog.o: src/logerr.h src/testing.h tests/slurp.h
tests/i18n.o: src/catalog.h src/logerr.h
@@ -91,7 +91,7 @@ tests/random.o: src/logerr.h src/testing.h
tests/string.o:
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/testing.h
+tests/vector.o: src/logerr.h src/catalog.h src/i18n.h src/math.h src/testing.h
tests/catalog.a: src/logerr.o src/testing.o tests/slurp.o
tests/i18n.a: src/catalog.o src/logerr.o
@@ -102,4 +102,4 @@ tests/random.a: src/logerr.o src/testing.o
tests/string.a:
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/testing.o
+tests/vector.a: src/logerr.o src/catalog.o src/i18n.o src/math.o src/testing.o