Merge commit '3270432f4b' into sync_cg_clif-2024-05-13
This commit is contained in:
parent
80e2a7868e
commit
ed7d97e4c8
31 changed files with 481 additions and 166 deletions
3
y.sh
3
y.sh
|
|
@ -2,5 +2,4 @@
|
|||
|
||||
set -e
|
||||
echo "[BUILD] build system" 1>&2
|
||||
rustc build_system/main.rs -o y.bin -Cdebuginfo=1 --edition 2021
|
||||
exec ./y.bin "$@"
|
||||
exec cargo run --manifest-path build_system/Cargo.toml -- "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue