Migrate selfhost scripts to lang compiler entry; remove residual apps/selfhost-compiler usage in tools; accept optional emission
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
set -euo pipefail
|
||||
|
||||
ROOT_DIR=$(cd "$(dirname "$0")/.." && pwd)
|
||||
APP=${1:-apps/selfhost/tools/dep_tree_min_string.nyash}
|
||||
APP=${1:-lang/src/compiler/entry/compiler_stageb.hako}
|
||||
OUTDIR=${OUTDIR:-$ROOT_DIR/tmp}
|
||||
mkdir -p "$OUTDIR"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user