From a84eb013c9241925ed1e5995717a5ed58843c1de Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 29 Apr 2021 23:36:44 -0500 Subject: [PATCH] [nostalgia] Make use buildcore defined buffer --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a0837eb7..5d5123cd 100644 --- a/Makefile +++ b/Makefile @@ -27,10 +27,10 @@ gba-run: pkg-gba ${MGBA} nostalgia.gba .PHONY: debug debug: install - ${ENV_RUN} gdb --args ./dist/${CURRENT_BUILD}/bin/nostalgia sample_project + ${ENV_RUN} ${DEBUGGER} ./dist/${CURRENT_BUILD}/bin/nostalgia sample_project .PHONY: debug-studio debug-studio: install - ${ENV_RUN} gdb --args ${NOSTALGIA_STUDIO} + ${ENV_RUN} ${DEBUGGER} ${NOSTALGIA_STUDIO} .PHONY: configure-gba configure-gba: