cos2000v1/boot/makefile

11 lines
98 B
Makefile

ASM=fasm
CLEAN=rm -rf
all: boot12.bin
boot12.bin: boot12.asm
$(ASM) $<
clean:
$(CLEAN) *.bin