mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-19 15:30:08 +00:00
10 lines
188 B
Makefile
10 lines
188 B
Makefile
ZX02 = ~/research/6502_compression/zx02.git/build/zx02 -f
|
|
|
|
all: gate_creak.btc.zx02
|
|
|
|
gate_creak.btc.zx02: gate_creak.btc
|
|
$(ZX02) gate_creak.btc gate_creak.btc.zx02
|
|
|
|
clean:
|
|
rm -f *.zx02
|