build/code.img : build/code.hex
	silice-make.py --no_program -s make_image.si -b bare -o build -t shell

clean:
	rm -rf build
