summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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
Go back to lisible.xyz