
#	really just a batch file to rebuild rcc from scratch

remake :
	make -f ../../src/makefile
	cp rcc ../../lib/rcc

new :
	make -f ../../src/makefile clobber
	make -f ../../src/makefile
	cp rcc ../../lib/rcc
#	make -f ../../src/makefile TARGET=x86-linux test
#	make -f ../../src/makefile TARGET=x86-linux triple

