mirror of
https://github.com/pfusik/zlib6502.git
synced 2024-10-31 14:07:34 +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:
|