mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-16 23:20:43 +00:00
0cdf8b01c8
should fit in the blank
17 lines
193 B
Makefile
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
|