vm: vm.scm csc -o vm vm.scm hello.rom: hello.tal uxnasm hello.tal hello.rom run: hello.rom vm ./vm hello.rom aa bb cc clean: rm -f hello.rom rm -f vm .DEFAULT: run .PHONY: clean run