commit 03c3d6a79e78ad494b20611a336854fd24d8a8a5
parent 14f7edf5c869b3514d2fa125643852c0b40229f9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Sun, 30 Jun 2024 09:29:18 +0200
Correction of the "lint" target in the Makefile
It was checking the star-enclosure-3d_0.7.sh script, which has been
removed and replaced by the star-enclosure-3d-0.7.1.sh script.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lint.mk b/lint.mk
@@ -55,7 +55,7 @@ lint:
shellcheck -o all -x -P src src/star-ck_0.1.sh
shellcheck -o all -x -P src src/star-cmap_0.1.sh
shellcheck -o all -x -P src src/star-enclosures-2d_0.6.sh
- shellcheck -o all -x -P src src/star-enclosures-3d_0.7.sh
+ shellcheck -o all -x -P src src/star-enclosures-3d_0.7.1.sh
shellcheck -o all -x -P src src/star-engine_0.15.sh
shellcheck -o all -x -P src src/star-geometry-3d_0.2.sh
shellcheck -o all -x -P src src/star-mc_0.6.sh