Commit initial
This commit is contained in:
8
boot/bootloader/Makefile
Normal file
8
boot/bootloader/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
.PHONY: clean
|
||||
all: bootsect.bin
|
||||
|
||||
bootsect.bin: bootsect.asm
|
||||
nasm -f bin -o $@ $^
|
||||
|
||||
clean:
|
||||
-rm -f bootsect.bin
|
Reference in New Issue
Block a user