commit 0caf6b196c1fe9b847521ad6c96380dd90998612
parent 3fc6b954cd129e416ca125a2eab7353d24e31090
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 21 Jul 2023 15:59:24 +0200
Update the "clean" Makefile target
Delete a temporary file generated by a test.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -101,6 +101,7 @@ all: build_library build_tests smsh.5
clean: clean_test
rm -f $(OBJ) $(TEST_OBJ) $(LIBNAME) .config .test smsh.5 smsh.pc smsh-local.pc
+ rm -f test_file.smsh
distclean: clean
rm -f $(DEP) $(TEST_DEP)