mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-22 14:29:00 +00:00
second: update Makefile
This commit is contained in:
parent
8adfa20154
commit
e37536bb2d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user