1 2 3 4 5 6 7 8 9 10
.PHONY: all all: biosboot mbr .PHONY: biosboot biosboot: cd biosboot/; $(MAKE) .PHONY: mbr mbr: cd mbr/; $(MAKE)