@ -7,7 +7,6 @@ if exist *.com del *.com
if exist *.img del *.img
if exist *.rom del *.rom
if exist *.pdf del *.pdf
if exist *.log del *.log
if exist *.eeprom del *.eeprom
setlocal & cd Apps && call Clean || exit /b 1 & endlocal
@ -89,11 +89,9 @@ zpmbios3.spr: $(BIOSOBJS)
cpm3.sys: cpm3$(DEFCPM3).sys
cp cpm3$(DEFCPM3).sys cpm3.sys
rm -f /tmp/casefn.cache
gencpm.dat: gen$(DEFCPM3).dat
cp gen$(DEFCPM3).dat gencpm.dat
cpmldr.sys: loader.bin cpmldr.bin
cat loader.bin cpmldr.bin > $@
@ -50,9 +50,7 @@ startzpm.com: ../ZCCP/startzpm.com
cp $< $@
cpmldr.com: ../CPM3/cpmldr.com
cpmldr.sys: ../CPM3/cpmldr.sys
@ -116,6 +116,7 @@ all:: $(OBJECTS)
@if [ "$(DEST)" ] ; then for file in $(filter-out $(NOCOPY),$(OBJECTS)) ; do \
mkdir -p $(DEST) ; \
echo copy $$file to $(DEST) ; \
rm -f /tmp/casefn.cache ; \
cp $$($(CASEFN) $$file) $(DEST) ; \
done ; fi
@if [ "$(DOCDEST)" ] ; then for file in $(DOCS) ; do \