1 2 3 4 5 6 7
run: out/image.hex $(MAKE) -C sim .PHONY: run out/image.hex: fib.s $(wildcard *.rb) ./uasm.rb ./asm.rb $< | expand -t 24 > $@