mirror of
https://github.com/tailix/kernel.git
synced 2025-04-14 17:33:13 -04:00
Specify PHONY targets
This commit is contained in:
parent
d9c3ed812c
commit
c9fc17fef2
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -5,6 +5,8 @@ MEMGR = rootfs/boot/memgr
|
|||
|
||||
IMAGE = image.iso
|
||||
|
||||
.PHONY: kernelmq/kernelmq.multiboot2 procman/procman memgr/memgr
|
||||
|
||||
run: $(IMAGE)
|
||||
qemu-system-i386 -cdrom $< -display none -serial stdio
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue