Move build products to build directory

This commit is contained in:
2026-03-29 09:11:27 -07:00
parent ac231173ed
commit 3338a617cc
7 changed files with 54 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
SAMPLES=$(find playground/samples -name "*.newt")
# NEWT ="bun run newt.js"
NEWT=${NEWT:="node newt.js"}
# NEWT ="bun run build/newt.js"
NEWT=${NEWT:="node build/newt.js"}
OUTFILE=${OUTFILE:="tmp/out.js"}
RUNOUT=${RUNOUT:="node"}
mkdir -p tmp