More Make and Build Tweaks

This commit is contained in:
Wayne Warthen
2021-07-27 12:10:33 -07:00
parent e2d586ca3c
commit 2809ba5b6d
3 changed files with 3 additions and 5 deletions

View File

@@ -59,6 +59,9 @@ fi
outdir=../../Binary
# Help make realize that build.inc has changed
sleep 1
cat <<- EOF > build.inc
; RomWBW Configured for $platform $config $timestamp
;
@@ -98,6 +101,3 @@ else
cat hbios_rom.bin osimg.bin osimg1.bin osimg2.bin >$romname.upd
cat hbios_app.bin osimg_small.bin > $romname.com
fi
# make sure everything is rebuilt on subsequent iterations
rm -f hbios_*.bin