commit 16cd27c8487f45ec81ec87ef1ee292126a445866
parent 90ccffcd4cefe9181ae84ed3347751b8257a08b1
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 31 Oct 2023 10:38:15 +0100
Delete test_file.atrtp 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.atrtp
$(TEST_DEP): config.mk atrtp-local.pc
@$(CC) $(CFLAGS_EXE) $(ATRTP_CFLAGS) $(RSYS_CFLAGS) \