From 423d46bdae07ceee0af94e5cc12f335afabbcbb8 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 24 May 2024 13:06:19 -0300 Subject: src/vector.{c,h}: Improve code and tests --- deps.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'deps.mk') 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 -- cgit v1.2.3