commit c8c215117a068df9581dde38954ffcac4ae3b5e1
parent f465217ebebd1516421d37d9fe1b94d37c0e63a9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 27 Oct 2023 11:19:01 +0200
Delete libsuvm.o when invoking make clean
This is the object file used to partially link the static library.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -107,7 +107,8 @@ uninstall:
all: build_library build_tests
clean: clean_test
- rm -f $(OBJ) $(TEST_OBJ) $(LIBNAME) .config .test suvm.pc suvm-local.pc
+ rm -f $(OBJ) $(TEST_OBJ) $(LIBNAME)
+ rm -f .config .test libsuvm.o suvm.pc suvm-local.pc
rm -f ball.vtk box.vtk
distclean: clean