dos33fsprogs/vaporlock/doubledouble/music/Makefile
Vince Weaver 0cdf8b01c8 double: use pt3 music
should fit in the blank
2023-05-13 00:06:46 -04:00

17 lines
193 B
Makefile

ZX02 = ~/research/6502_compression/zx02.git/build/zx02
all: fighting.zx02
###
fighting.zx02: fighting.pt3
$(ZX02) fighting.pt3 fighting.zx02
####
clean:
rm -f *~ *.o *.lst *.zx02