From fe4104fb9fe628388396f66794bf581077a4c002 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Thu, 8 Jun 2023 10:13:45 -0700 Subject: [PATCH] Added norun flag --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 00779f0..7662223 100755 --- a/build.sh +++ b/build.sh @@ -47,6 +47,8 @@ fi # bin/uxn11 bin/polycat.rom # bin/uxnasm etc/friend.tal bin/friend.rom +if [ "${1}" = '--norun' ]; then exit; fi + bin/uxnasm etc/mouse.tal bin/mouse.rom bin/uxn11 bin/mouse.rom