solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit e0b71f32f83ad10e061b4edc245dac9bced498ff
parent 5fbd294afba0953bc8408a526a6e967c5952139c
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 17 Apr 2026 11:42:58 +0200

Improve the Makefile's clean_test target

Was deleting files that were not created when running tests.

Diffstat:
MMakefile | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -218,9 +218,6 @@ $(TEST_TGT): clean_test: rm -f $(TEST_DEP) $(TEST_OBJ) $(TEST_TGT) rm -f .config_test - rm -f super_shape_2d.obj paths_wos_2d.vtk paths_delta_sphere_2d.vtk - rm -f super_shape_3d.obj paths_wos_3d.vtk paths_delta_sphere_3d.vtk - rm -f rng_state test: @err=0; \