star-gas

Load and structure gas data
git clone git://git.meso-star.fr/star-gas.git
Log | Files | Refs | README | LICENSE

commit d569d9472a5a6a5509caa8cb7bca4bf4a26a3573
parent 472547ca2d29a5340bf03cfe3c1cc101e13f8ab2
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  4 Mar 2026 10:37:50 +0100

Update Makefile's clean_test Target

Remove all temporary files created by the test program

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

diff --git a/Makefile b/Makefile @@ -192,7 +192,7 @@ test_sgas: config.mk sgas-local.pc $(LIBNAME) clean_test: rm -f $(TEST_DEP) $(TEST_OBJ) $(TEST_TGT) - rm -f mesh.smsh props.atrtp props_list.txt + rm -f mesh.smsh props[0-9].atrtp props_list.txt test: tests @err=0; \