commit 1bbf327a7e33d770b9026f72842d9751f64f0bf0 parent be60a2bfa08175bc31ad53277418b1fa19ddf120 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 12 Jul 2023 16:14:52 +0200 Minor fix of Makefile clean target Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -111,7 +111,7 @@ uninstall: all: build_library build_tests clean: clean_test - rm -f $(OBJ) $(TEST_OBJ) $(LIBNAME) .config .test s3d.pc s3d-local.pc .config + rm -f $(OBJ) $(TEST_OBJ) $(LIBNAME) .config .test s3d.pc s3d-local.pc distclean: clean rm -f $(DEP) $(TEST_DEP)