commit ca82ebe275b78059bca8bae49762874b80d639c9
parent 857f522ec8f85773094c8746c29d62e19d62a46e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 27 Oct 2023 14:28:23 +0200
Update test link edition
Add the library as a dependency of the tests that must be linked to it.
This forces make to rerun the linker if the library is changed.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -163,5 +163,5 @@ test_s3dut_thick_truncated_sphere \
test_s3dut_thick_truncated_super_shape \
test_s3dut_thin_cylinder \
test_s3dut_truncated_sphere \
-: config.mk s3dut-local.pc
+: config.mk s3dut-local.pc $(LIBNAME)
$(CC) $(CFLAGS_EXE) -o $@ src/$@.o $(LDFLAGS_EXE) $(S3DUT_LIBS) $(RSYS_LIBS) -lm