Fix compare for build

This commit is contained in:
Terence Boldt 2022-12-31 12:34:23 -05:00
parent a13866a458
commit d90b94f4b1
1 changed files with 3 additions and 3 deletions

View File

@ -50,8 +50,8 @@ ca65 RPi.Command.asm -o RPi.Command.o --listing RPi.Command.lst.new || exit 1
ld65 RPi.Command.o -o RPi.Command.bin.new -C ../.cicd/none.cfg || exit 1
rm ./*.o
diff RPi.Command.bin RPi.Command.bin.new || exit 1
diff AT28C64B.bin AT28C64B.bin.new || exit 1
diff Shell.bin Shell.bin.new || exit 1
diff ../RaspberryPi/driveimage/RPi.Command.bin RPi.Command.bin.new || exit 1
diff ../RaspberryPi/driveimage/AT28C64B.bin AT28C64B.bin.new || exit 1
diff ../RaspberryPi/driveimage/Shell.bin Shell.bin.new || exit 1
rm ./*.new