diff options
| author | Chloe M. <chloe@aptel.org> | 2026-08-20 05:53:55 +0000 |
|---|---|---|
| committer | Chloe M. <chloe@aptel.org> | 2026-08-20 05:56:44 +0000 |
| commit | ae526fa3375b708d4380d0227e27d32e06b40b92 (patch) | |
| tree | 3d8d9a448d4a9530aa4e45a75b292c1bd0b5bc0d /boot/arch/amd64/Makefile | |
initial commit
Signed-off-by: Chloe M. <chloe@aptel.org>
Diffstat (limited to 'boot/arch/amd64/Makefile')
| -rw-r--r-- | boot/arch/amd64/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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) |
