star-stl

Load STereo Lithography (StL) file format
git clone git://git.meso-star.fr/star-stl.git
Log | Files | Refs | README | LICENSE

commit 2fdc54b3d01153a2a6f6d278db21a57e69959e26
parent 028b3f7fe702d59be8bf24f3054783d8395cb471
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 19 Jul 2023 13:54:23 +0200

Update clean Makefile target

Delete the local pkg-config file generated for the tests.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -96,7 +96,7 @@ uninstall: all: build_library build_tests clean: clean_test - rm -f $(OBJ) $(TEST_OBJ) $(LIBNAME) .test sstl.pc .config + rm -f $(OBJ) $(TEST_OBJ) $(LIBNAME) .config .test sstl.pc sstl-local.pc distclean: clean rm -f $(DEP) $(TEST_DEP)