mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-24 11:29:18 +00:00
10 lines
164 B
Makefile
10 lines
164 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
|
|
|
|
clean:
|
|
rm -f *~
|