Build Tweaks

- Propagate build enhancements from Phil to Unix/Mac build.
- Add removal of .upd files to Clean.cmd script in Binary directory.
This commit is contained in:
Wayne Warthen
2021-01-07 14:32:58 -08:00
parent 04ffc17466
commit e72886cfaf
3 changed files with 22 additions and 20 deletions

View File

@@ -6,6 +6,7 @@ if exist *.dat del *.dat
if exist *.com del *.com
if exist *.img del *.img
if exist *.rom del *.rom
if exist *.upd del *.upd
if exist *.pdf del *.pdf
if exist *.eeprom del *.eeprom