diff options
author | EuAndreh <eu@euandre.org> | 2024-05-24 13:06:19 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-05-24 13:06:19 -0300 |
commit | 423d46bdae07ceee0af94e5cc12f335afabbcbb8 (patch) | |
tree | 864e0bd291379d3341750ff0954e758f95549428 /deps.mk | |
parent | src/math.c: Add mul_size() (diff) | |
download | pindaiba-423d46bdae07ceee0af94e5cc12f335afabbcbb8.tar.gz pindaiba-423d46bdae07ceee0af94e5cc12f335afabbcbb8.tar.xz |
src/vector.{c,h}: Improve code and tests
Diffstat (limited to 'deps.mk')
-rw-r--r-- | deps.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |