star-build

Automation tool for project installation
git clone git://git.meso-star.fr/star-build.git
Log | Files | Refs | README | LICENSE

commit d0b4bb9ebf48a42ddd6b4a59796f02009dc6ed5b
parent 03c3d6a79e78ad494b20611a336854fd24d8a8a5
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Sun, 30 Jun 2024 09:38:09 +0200

Add the libcyaml 1.4.1 script to the "lint" target

It was simply missing

Diffstat:
Mlint.mk | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lint.mk b/lint.mk @@ -29,6 +29,7 @@ lint: shellcheck -o all -x -P src src/htrdr_0.10.sh shellcheck -o all -x -P src src/htsky_0.3.1.sh shellcheck -o all -x -P src src/libcyaml_1.3.1.sh + shellcheck -o all -x -P src src/libcyaml_1.4.1.sh shellcheck -o all -x -P src src/mrumtl_0.2.sh shellcheck -o all -x -P src src/noweb_2.13rc3.sh shellcheck -o all -x -P src src/profile.sh