stardis-test

Test Stardis behaviors
git clone git://git.meso-star.fr/stardis-test.git
Log | Files | Refs | README | LICENSE

commit 3080b12c67263624a7c5e8bf2d2d0724511a447d
parent 94772e04641e1b1ae1c2ace65ddb496ee483285a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 26 Feb 2024 15:33:46 +0100

Add a file to be deleted to the cleanup target

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

diff --git a/Makefile b/Makefile @@ -31,7 +31,8 @@ default: .config $(TESTS) @echo "config done" > $@ clean: - rm -f .config sphere.stl sshape.stl scene.txt src/*.o src/*.d + rm -f .config src/*.o src/*.d + rm -f sphere.stl sshape.stl scene.txt probes.txt rm -f libsadist-triprof.so $(TESTS) src/sadist_lib_trilinear_profile.o:\