From e4c560658975459cb47c90681091274d1bac1f3f Mon Sep 17 00:00:00 2001 From: Midgard Date: Sat, 1 Feb 2020 22:00:16 +0100 Subject: [PATCH] Add .PHONY to Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 55c5b06..8ef21d3 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.PHONY: run run_kernelonly debug_kernel clean bin compile_helpers compile_bootloader compile_kernel + run: bin qemu-system-i386 -drive format=raw,file=target/boot.bin -monitor stdio