star-build

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

commit 4b251cacbf6b59b1e96920cb6fe5494298babb24
parent b849a60e1d9c9020276596208976b998f454b29a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 30 Oct 2024 10:04:29 +0100

Correction of comment typesetting in config.mk

Diffstat:
Mconfig.mk | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/config.mk b/config.mk @@ -14,9 +14,10 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # Project to build. To see the available projects, list the shell -# scripts in -# the src directory: +# scripts in the src directory: +# # find src/ -name "*.sh" ! -name "build.sh" | sort +# BUILD = src/star-engine_0.15.sh # Installation path