.PHONY: nothing build clean

nothing:

build:
	touch boot.bin

clean:
	-rm *.bin
