1ab5fc11c8 2011-05-19 crc: # Set this to the retro root directory 1ab5fc11c8 2011-05-19 crc: # 1ab5fc11c8 2011-05-19 crc: # You should have at least a 'retro' binary, the 'retroImage', and 1ab5fc11c8 2011-05-19 crc: # 'library' directory there 1ab5fc11c8 2011-05-19 crc: # 1ab5fc11c8 2011-05-19 crc: # Note that while you can run Rancid under the Python VM, we need 1ab5fc11c8 2011-05-19 crc: # the C VM for building (at present) 1ab5fc11c8 2011-05-19 crc: 1ab5fc11c8 2011-05-19 crc: RX = ~/code/rx 1ab5fc11c8 2011-05-19 crc: 1ab5fc11c8 2011-05-19 crc: default: clean 1ab5fc11c8 2011-05-19 crc: cp $(RX)/retroImage . 1ab5fc11c8 2011-05-19 crc: @ln -s $(RX)/library . 1ab5fc11c8 2011-05-19 crc: clang -Wall $(RX)/src/vm/retro.c -o retro 1ab5fc11c8 2011-05-19 crc: ./retro --with incision.rx --shrink 1ab5fc11c8 2011-05-19 crc: chmod 666 retroImage 1ab5fc11c8 2011-05-19 crc: chmod 666 current 1ab5fc11c8 2011-05-19 crc: 1ab5fc11c8 2011-05-19 crc: clean: 1ab5fc11c8 2011-05-19 crc: rm -f retroImage nextImage library retro