all: init.x80 io.x80 main.x80
	x80 main init.x80 io.x80 main.x80

run: all
	./upload.sh main
