diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |