summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ad890e..cd1db41 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-all: grub grub-dev multiboot
+all: grub grub-dev multiboot multiboot2
grub:
$(MAKE) -f grub-Makefile
@@ -10,11 +10,15 @@ grub-dev:
multiboot:
$(MAKE) -f multiboot-Makefile
+multiboot2:
+ $(MAKE) -f multiboot2-Makefile
+
.PHONY: clean
clean:
$(MAKE) clean -f grub-Makefile
$(MAKE) clean -f grub-dev-Makefile
$(MAKE) clean -f multiboot-Makefile
+ $(MAKE) clean -f multiboot2-Makefile
.PHONY: dist-clean
dist-clean: clean