aboutsummaryrefslogtreecommitdiff
path: root/run.sh2
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh2')
-rwxr-xr-xrun.sh29
1 files changed, 4 insertions, 5 deletions
diff --git a/run.sh2 b/run.sh2
index 20ba136..72317e6 100755
--- a/run.sh2
+++ b/run.sh2
@@ -12,16 +12,15 @@ then
exit 1
fi
-set -xe
+set -e
build/cupcc compiler/main.cup -o build/cup.nasm
-make build/cup.out
+make build/cup.out -s
build/cup.out "$@"
-make build/host.out
+make build/host.out -s
set +e
+set -x
build/host.out
-
-echo "Exit status: $?" \ No newline at end of file