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