From 5fb3b29de25dc90f950ced42c2753878237432be Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Tue, 7 Jan 2025 22:13:30 -0600 Subject: [PATCH] [jasper] Fix make debug command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f958a3d..9967a66 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ gba-run: pkg-gba ${MGBA} ${BC_VAR_PROJECT_NAME}.gba .PHONY: debug debug: build - ${BC_CMD_HOST_DEBUGGER} ./build/${BC_VAR_CURRENT_BUILD}/bin/${BC_VAR_PROJECT_NAME} sample_project + ${BC_CMD_HOST_DEBUGGER} ${PROJECT_PLAYER} project .PHONY: debug-studio debug-studio: build ${BC_CMD_HOST_DEBUGGER} ${PROJECT_STUDIO}