From ecfc3d061aedcaa08d165227909b6b1098cbebb5 Mon Sep 17 00:00:00 2001 From: spv420 Date: Sun, 31 Jul 2022 00:01:08 -0400 Subject: stage4 --- build_native.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build_native.sh') diff --git a/build_native.sh b/build_native.sh index ba7f3a6..a2f2a3b 100755 --- a/build_native.sh +++ b/build_native.sh @@ -5,6 +5,9 @@ find src/js -name '*.js' -exec cat {} \; >> exp.js echo >> exp.js echo "main();" >> exp.js +rm stage4.js +find src/stage4 -name '*.js' -exec cat {} \; >> stage4.js + # build for host gcc -I $(pwd)/inc/ \ src/gen/main.c \ -- cgit v1.2.3