commit ea7befd1da2e9bc717dac1fdb113fedb424a8af8
parent 2d826b1da42bfcb15929e8f945bd2b86881e4326
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 19 Jul 2023 14:54:43 +0200
Delete a duplicated Makefile directive
The pre-requisites of the test .o and .d files was defined twice.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -140,8 +140,6 @@ test: build_tests
clean_test:
rm -f test_s3daw cbox.mtl cbox2.mtl cbox.obj
-$(TEST_OBJ) $(TEST_DEP): config.mk s3daw-local.pc
-
src/test_s3daw.d: config.mk s3daw-local.pc
@$(CC) $(CFLAGS) $(S3D_CFLAGS) $(S3DAW_CFLAGS) $(RSYS_CFLAGS) -MM -MT "$(@:.d=.o) $@" $(@:.d=.c) -MF $@