/bin/twnbuild: python based build solution

This commit is contained in:
veclavtalica
2025-02-02 23:08:02 +03:00
parent ccfdfd8a35
commit 96b6b7e70b
5 changed files with 39 additions and 20 deletions

View File

@ -8,7 +8,7 @@ toolpath="$(dirname -- "${BASH_SOURCE[0]}")"
export TWNROOT=$(realpath "$toolpath"/../)
case "$1" in
build ) "$toolpath"/build.sh "${@:2}"
build ) "$toolpath"/twnbuild "${@:2}"
;;
run ) $0 build && ./$exe "${@:2}"