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