all: clean build

build:
	@asar main.asm savestate.bin

clean:
	@rm -f savestate.bin
