second: some last build fixes

This commit is contained in:
Vince Weaver 2023-10-29 00:59:25 -04:00
parent 5c843ed323
commit a23c6178e7
4 changed files with 9 additions and 3 deletions

View File

@ -23,7 +23,7 @@ gorilla.o: gorilla.s \
###
graphics/final3.hgr.zx02:
graphics/mntscrl3.hgr.zx02:
cd graphics && make
###

View File

@ -14,12 +14,18 @@ LENS: lens.o
lens.o: lens.s ../zx02_optim.s \
roto.s rotozoom.s \
graphics/lenspic.gr.zx02 \
../zp.inc ../hardware.inc
ca65 -o lens.o lens.s -l lens.lst
###
graphics/lenspic.gr.zx02:
cd graphics && make
####
clean:
rm -f *~ *.o *.lst LENS
cd graphics && make clean

View File

@ -23,7 +23,7 @@ spheres.o: spheres.s \
###
graphics/fc_iipix.hgr.zx02:
graphics/spheres.hgr.zx02:
cd graphics && make
###

View File

@ -23,7 +23,7 @@ polar.o: polar.s \
###
graphics/fc_iipix.hgr.zx02:
graphics/polar2.hgr.zx02:
cd graphics && make
###