#master boot record include ../Makefile.common STAGE2=stage2.bin MP=mp.bin ASM_SOURCES=$(wildcard *.asm) $(STAGE2): $(ASM_SOURCES) $(MP): $(ASM_SOURCES) clean: -rm $(STAGE2) $(MP)