From 1a1251b512d59f8e3cce0d038a527cca040a49bf Mon Sep 17 00:00:00 2001 From: starnakin Date: Mon, 24 Jul 2023 03:01:08 +0200 Subject: [PATCH] rename the output file from tmp to IronGolem --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index 77a9200..37e06f4 100755 --- a/run.sh +++ b/run.sh @@ -1,4 +1,4 @@ -cat src/* >tmp.🗿 -golemc tmp.🗿 >tmp.asm +cat src/* > IronGolem.🗿 +golemc IronGolem.🗿 > IronGolem.asm # orgaasm tmp.asm tmp.rom # orgaemu tmp.rom