diff --git a/makefile b/makefile index f016ce1..f97c475 100644 --- a/makefile +++ b/makefile @@ -4,6 +4,7 @@ CC_FLAGS = -std=c23 -mno-sse -ffreestanding ${CC_EXTRA_FLAGS} .PHONY: default default: build/disk.iso +.PHONY: debug debug: build/disk.iso gdb -x qemu.gdb