meri/Makefile.common
Juhani Krekelä 959091683d Split Makefile into nmake-specific and portable parts
This avoids dependency information duplication with the *nix port
2025-08-20 00:11:58 +03:00

7 lines
240 B
Text

TEST_OBJS = tests.$O meri_bigint.$O meri_object.$O test_bigint.$O
tests.$O: meri_object.h meri_bigint.h tests.h
meri_bigint.$O: meri_object.h meri_bigint.h
meri_object.$O: meri_object.h
test_bigint.$O: meri_object.h meri_bigint.h tests.h