mark debug as phony in makefile
This commit is contained in:
parent
3f39ddfb16
commit
c7c65593d3
1 changed files with 1 additions and 0 deletions
1
makefile
1
makefile
|
@ -4,6 +4,7 @@ CC_FLAGS = -std=c23 -mno-sse -ffreestanding ${CC_EXTRA_FLAGS}
|
||||||
.PHONY: default
|
.PHONY: default
|
||||||
default: build/disk.iso
|
default: build/disk.iso
|
||||||
|
|
||||||
|
.PHONY: debug
|
||||||
debug: build/disk.iso
|
debug: build/disk.iso
|
||||||
gdb -x qemu.gdb
|
gdb -x qemu.gdb
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue