1
0
mirror of https://github.com/pfusik/zlib6502.git synced 2024-05-31 21:41:33 +00:00
zlib6502/Makefile

10 lines
167 B
Makefile
Raw Permalink 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: