commit a94801cc3113670536546379277ded1829d60309
parent f07580dc06ec2e5feba7090278749c133c94fa82
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 5 Dec 2023 15:32:59 +0100
Correct "clean" Makefile target
Local pkg config file was not deleted
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -148,7 +148,7 @@ all: build_library build_tests
clean: clean_test
rm -f $(OBJ) $(TEST_OBJ) $(LIBNAME)
- rm -f .config .config_test .test libsdis.o sdis.pc sdis.pc
+ rm -f .config .config_test .test libsdis.o sdis.pc sdis-local.pc
distclean: clean
rm -f $(DEP) $(TEST_DEP)