summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_codegen_gcc/y.sh
blob: 188109743e3db9023a8531279cf326ea94671a16 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

set -e
echo "[BUILD] build system" 1>&2
cd build_system
cargo build --release
cd ..
./build_system/target/release/y $@