second: update Makefile

This commit is contained in:
Vince Weaver 2023-11-02 01:20:02 -04:00
parent 8adfa20154
commit e37536bb2d
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,7 @@ spheres.o: spheres.s \
../hgr_copy_fast.s \
../audio.s \
../zp.inc ../hardware.inc ../qload.inc \
audio/transmission.btc.zx02 \
graphics/spheres.hgr.zx02
ca65 -o spheres.o spheres.s -l spheres.lst
@ -27,9 +28,12 @@ spheres.o: spheres.s \
graphics/spheres.hgr.zx02:
cd graphics && make
audio/transmission.btc.zx02:
cd audio && make
###
clean:
rm -f *~ *.o *.lst SPHERES
cd graphics && make clean
cd audio && make clean