From e07849e8be4318d6fe39542e3c44555b6a242f14 Mon Sep 17 00:00:00 2001 From: Clément Sibille Date: Sun, 10 Oct 2021 21:00:46 +0200 Subject: Add .PHONY to Makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ef62203..9ed7360 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ all: target/kernel.o -clean_run: | clean run +.PHONY: clean run + +clean_run: clean run run: target/kernel.o qemu-system-i386 -kernel $< -machine type=pc-i440fx-3.1 -serial mon:stdio -- cgit v1.2.3