From c9fc17fef20a4307802d1c51384b4409a4ea7558 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 25 Nov 2020 15:52:13 +0500 Subject: [PATCH] Specify PHONY targets --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 3f54bc8..6f9d434 100644 --- a/Makefile +++ b/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