zlib6502/Makefile

10 lines
167 B
Makefile
Raw Normal View History

2013-10-02 09:13:41 +00:00
inflate.obx: inflate.asx
xasm -d inflate=\$$b700 -d inflate_data=\$$b900 -d inflate_zp=\$$f0 inflate.asx
clean:
rm -f inflate.obx
2013-10-02 09:13:41 +00:00
.PHONY: clean
2013-10-02 09:13:41 +00:00
.DELETE_ON_ERROR: