commit afb0175882d43b40c827c1d34fc86554e4f2eeef
parent 2417a82007c1868c9249e8742ea6c32a93279951
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 30 Oct 2023 11:48:32 +0100
Delete test_file.sars when invoking make clean
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -134,6 +134,7 @@ test: build_tests
clean_test:
$(SHELL) make.sh clean_test $(TEST_SRC)
+ rm -f test_file.sars
$(TEST_DEP): config.mk sars-local.pc
@$(CC) $(CFLAGS_EXE) $(SARS_CFLAGS) $(RSYS_CFLAGS) \