mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-31 18:31:48 +00:00
7 lines
145 B
Makefile
7 lines
145 B
Makefile
|
ZX02 = ~/research/6502_compression/zx02.git/build/zx02 -f
|
||
|
|
||
|
all: purple.btc.zx02
|
||
|
|
||
|
purple.btc.zx02: purple.btc
|
||
|
$(ZX02) purple.btc purple.btc.zx02
|