1
0
mirror of https://github.com/pfusik/zlib6502.git synced 2024-06-08 13:29:27 +00:00
zlib6502/Makefile
2017-02-12 19:40:36 +01:00

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: