#master boot record include ../Makefile.common MBR=mbr.bin ASM_SOURCES=$(wildcard *.asm) $(MBR): $(ASM_SOURCES) clean: -rm $(MBR)