From ae526fa3375b708d4380d0227e27d32e06b40b92 Mon Sep 17 00:00:00 2001 From: "Chloe M." Date: Thu, 20 Aug 2026 05:53:55 +0000 Subject: initial commit Signed-off-by: Chloe M. --- boot/arch/amd64/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 boot/arch/amd64/Makefile (limited to 'boot/arch/amd64/Makefile') diff --git a/boot/arch/amd64/Makefile b/boot/arch/amd64/Makefile new file mode 100644 index 0000000..e92fecb --- /dev/null +++ b/boot/arch/amd64/Makefile @@ -0,0 +1,6 @@ +.PHONY: all +all: mbr + +.PHONY: mbr +mbr: + cd mbr/; $(MAKE) -- cgit v1.2.3