diff options
| -rw-r--r-- | Makefile | 4 | 
1 files changed, 3 insertions, 1 deletions
@@ -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  | 
