commit d60e68d9b8692985387d328b69b8eba566a62631
parent 383b4fe4201faf7648430c83dbf36602dd776eaa
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 30 Oct 2023 15:33:17 +0100
Delete test_file_band.mrumtl when invoking "make clean"
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -136,6 +136,7 @@ test: build_tests
clean_test:
$(SHELL) make.sh clean_test $(TEST_SRC)
+ rm -f test_file_band.mrumtl
$(TEST_DEP): config.mk mrumtl-local.pc
@$(CC) $(CFLAGS_EXE) $(MRUMTL_CFLAGS) $(RSYS_CFLAGS) \