LDFLAGS= -Ttext 0x7C00 --oformat binary .PHONY: all clean all: boot.bin clean: $(RM) boot.bin boot.o boot.bin: boot.o $(LD) $(LDFLAGS) -o $@ $<