star-stl

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

commit 86878f35f7b23d0ba016644956eac882be47d611
parent 3d22215610f8f979e817dddc9de4dbcf42f847ab
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 17 Jul 2023 12:15:31 +0200

Remove libsstl.so as test dependencies

The tests do not explicitly depend on the static or shared library since
they are built through the build_tests target which depends on the
build_library target.

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

diff --git a/Makefile b/Makefile @@ -130,7 +130,7 @@ clean_test: rm -f corner.stl corner_bin.stl test_basic.stl test_basic2.stl $(SHELL) make.sh clean_test $(TEST_SRC) -test_sstl test_sstl_load: libsstl.so config.mk +test_sstl test_sstl_load: config.mk $(CC) -o $@ src/$@.o $(RSYS_LIBS) $(SSTL_LIBS) -lm $(TEST_OBJ): config.mk sstl-local.pc