mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-21 22:29:12 +00:00
10 lines
158 B
Makefile
10 lines
158 B
Makefile
ZX02 = ~/research/6502_compression/zx02.git/build/zx02 -f
|
|
|
|
all: cove.btc.zx02
|
|
|
|
cove.btc.zx02: cove.btc
|
|
$(ZX02) cove.btc cove.btc.zx02
|
|
|
|
clean:
|
|
rm -f *.zx02
|