.PHONY: all all: biosboot mbr .PHONY: biosboot biosboot: cd biosboot/; $(MAKE) .PHONY: mbr mbr: cd mbr/; $(MAKE)