[nostalgia] Make use buildcore defined buffer

This commit is contained in:
Gary Talent 2021-04-29 23:36:44 -05:00
parent 84c42f3584
commit a84eb013c9

View File

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