commit 75c396ad6b051ec367f1cf78e3f0399c6ee44eb3
parent 338b9472ad1d34ebe2782dbd12746d80b4202d9d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 31 Oct 2023 09:25:08 +0100
Delete test_file.atrri when invoking "make clean"
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -135,6 +135,7 @@ build_tests: build_library $(TEST_DEP) .test
clean_test:
$(SHELL) make.sh clean_test $(TEST_SRC)
+ rm -f test_file.atrri
$(TEST_DEP): config.mk atrri-local.pc
@$(CC) $(CFLAGS_EXE) $(ATRRI_CFLAGS) $(RSYS_CFLAGS) \