Add .PHONY to Makefile
This commit is contained in:
parent
05c8516217
commit
e4c5606589
1 changed files with 2 additions and 0 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue