rust/compiler/rustc_codegen_gcc/y.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
140 B
Bash
Raw Normal View History

2023-08-18 14:06:20 +00:00
#!/usr/bin/env bash
set -e
echo "[BUILD] build system" 1>&2
cd build_system
cargo build --release
cd ..
./build_system/target/release/y $@