From 53f41a2fca0010f5ac333769c6ded302a402c562 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Thu, 26 May 2022 19:44:30 -0700 Subject: [PATCH] Installed linter --- build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.sh b/build.sh index cb9c775..57ad1aa 100755 --- a/build.sh +++ b/build.sh @@ -4,6 +4,12 @@ rm -rf bin mkdir bin +if [ -e "$HOME/roms/uxnlin.rom" ] +then + echo "Linting.." + uxncli $HOME/roms/uxnlin.rom src/ornithologics.tal +fi + # Assembling.. uxnasm src/ornithologics.tal bin/ornithologics.rom -- 2.45.2