
.PHONY: all
all: stage1.js

stage1.js: stage1.asm
	@nasm -o stage1.bin stage1.asm

