star-enclosures-2d

Extract enclosures from 2D geometry
git clone git://git.meso-star.fr/star-enclosures-2d.git
Log | Files | Refs | README | LICENSE

commit ad2bfbb2e3e4c9343a0a0146dc180d62521704d9
parent e279477dae1216b8951b3a2e03d34dd1528959c5
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 22 Nov 2023 11:05:10 +0100

Update clean and distclean targets

Delete object and dependency files for tests whose construction depends
on the presence of the Star-SP library.

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -112,11 +112,11 @@ uninstall: all: build_library build_tests clean: clean_test - rm -f $(OBJ) $(TEST_OBJ) $(LIBNAME) + rm -f $(OBJ) $(TEST_OBJ) $(TEST_OBJ_SSP) $(LIBNAME) rm -f .config .test libsenc2d.o senc2d.pc senc2d-local.pc distclean: clean - rm -f $(DEP) $(TEST_DEP) + rm -f $(DEP) $(TEST_DEP) $(TEST_DEP_SSP) lint: shellcheck -o all make.sh