From 5d105f922f4b950bf8ffdc6f8cd1edae5a04a27a Mon Sep 17 00:00:00 2001 From: sblendorio Date: Sun, 2 Jan 2022 14:08:47 +0100 Subject: [PATCH] clean empty line --- tools/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/build.sh b/tools/build.sh index 3a9fd2d..30f5004 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -17,7 +17,6 @@ echo ======================== APPLE 1 ========================================== kickc.sh -includedir ${TMS9918}/lib -targetdir ${TMS9918}/kickc/ -t apple1 ${TARGET}.c -o out/${TARGET}_apple1.prg -e cp out/${TARGET}.prg out/${TARGET}_apple1.prg - # clean up files rm -f out/apple1_codeseg.bin rm -f out/apple1_dataseg.bin