Add .PHONY to Makefile

This commit is contained in:
Midgard 2020-02-01 22:00:16 +01:00
parent 05c8516217
commit e4c5606589
Signed by: midgard
GPG Key ID: 511C112F1331BBB4
1 changed files with 2 additions and 0 deletions

View File

@ -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