1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-10-30 12:03:52 -04:00

Improve Makefile

This commit is contained in:
Alex Kotov 2021-12-15 20:30:02 +05:00
parent dcaa3e91e7
commit 640c4e7990
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -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