@ -0,0 +1,11 @@
BUILD_DIR=./build
.PHONY: clean
all: $(BUILD_DIR)/bootloader.bin
include make/bios
include make/bootloader
clean:
rm -drf $(BUILD_DIR)
The note is not visible to the blocked user.