mirror of
https://github.com/tailix/kernel.git
synced 2024-10-30 12:03:52 -04:00
Improve Makefile
This commit is contained in:
parent
dcaa3e91e7
commit
640c4e7990
1 changed files with 2 additions and 5 deletions
7
Makefile
7
Makefile
|
@ -1,15 +1,12 @@
|
||||||
all: run
|
IMAGE = image.iso
|
||||||
|
|
||||||
ROOTFS = rootfs
|
ROOTFS = rootfs
|
||||||
|
|
||||||
GRUBCFG = $(ROOTFS)/boot/grub/grub.cfg
|
GRUBCFG = $(ROOTFS)/boot/grub/grub.cfg
|
||||||
KERNEL = $(ROOTFS)/boot/tailix.multiboot2
|
KERNEL = $(ROOTFS)/boot/tailix.multiboot2
|
||||||
|
|
||||||
IMAGE = image.iso
|
|
||||||
|
|
||||||
.PHONY: kernel/tailix.multiboot2
|
.PHONY: kernel/tailix.multiboot2
|
||||||
|
|
||||||
run: run0
|
all: run0
|
||||||
|
|
||||||
run0: $(IMAGE)
|
run0: $(IMAGE)
|
||||||
qemu-system-i386 -cdrom $< -serial stdio -display none
|
qemu-system-i386 -cdrom $< -serial stdio -display none
|
||||||
|
|
Loading…
Reference in a new issue