Artifact a98d20d115cd616db23145269b6f6bddb92df438
File user/crc/corpse/Makefile part of check-in [2ba67b75db] - crc: corpse: include a working Casket and Makefile to simplify building by crc on 2011-02-18 18:50:51. [annotate]
# Set this to the retro root directory # # You should have at least a 'retro' binary, the 'retroImage', and # 'library' directory there # # Note that while you can run Corpse under the Python VM, we need # the C VM for building (at present) RX = ~/code/rx default: @cp $(RX)/retroImage . @ln -s $(RX)/library . $(RX)/retro --with corpse.rx --shrink @rm library clean: @rm -f retroImage