boot.out: boot.s linker.cmd
	$(CC) boot.s -o boot.out linker.cmd -nostdinc -nostdlib -Wl,-m,boot.map -Wl,-b

clean:
	/bin/rm -f *.o *.out *.map *~ \#* 
