mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-14 02:26:06 +00:00
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
|