diff options
Diffstat (limited to 'deps.mk')
| -rw-r--r-- | deps.mk | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -49,21 +49,21 @@ tests/testing.bin-check: tests/testing.bin src/catalog.o: src/logerr.h src/i18n.o: -src/lib.o: +src/lib.o: src/logerr.h src/logerr.o: src/random.o: src/logerr.h src/testing.o: tests/catalog.o: src/logerr.h src/testing.h tests/slurp.h -tests/i18n.o: src/logerr.h src/catalog.h -tests/lib.o: +tests/i18n.o: src/catalog.h src/logerr.h +tests/lib.o: src/logerr.h tests/logerr.o: src/testing.h tests/slurp.h tests/random.o: src/logerr.h src/testing.h tests/testing.o: tests/catalog.a: src/logerr.o src/testing.o tests/slurp.o -tests/i18n.a: src/logerr.o src/catalog.o -tests/lib.a: +tests/i18n.a: src/catalog.o src/logerr.o +tests/lib.a: src/logerr.o tests/logerr.a: src/testing.o tests/slurp.o tests/random.a: src/logerr.o src/testing.o tests/testing.a: |
