mirror of
https://github.com/pfusik/zlib6502.git
synced 2025-01-14 08:33:25 +00:00
10 lines
167 B
Makefile
10 lines
167 B
Makefile
inflate.obx: inflate.asx
|
|
xasm -d inflate=\$$b700 -d inflate_data=\$$b900 -d inflate_zp=\$$f0 inflate.asx
|
|
|
|
clean:
|
|
rm -f inflate.obx
|
|
|
|
.PHONY: clean
|
|
|
|
.DELETE_ON_ERROR:
|