[nostalgia] Make use buildcore defined buffer
This commit is contained in:
parent
84c42f3584
commit
a84eb013c9
4
Makefile
4
Makefile
@ -27,10 +27,10 @@ gba-run: pkg-gba
|
|||||||
${MGBA} nostalgia.gba
|
${MGBA} nostalgia.gba
|
||||||
.PHONY: debug
|
.PHONY: debug
|
||||||
debug: install
|
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
|
.PHONY: debug-studio
|
||||||
debug-studio: install
|
debug-studio: install
|
||||||
${ENV_RUN} gdb --args ${NOSTALGIA_STUDIO}
|
${ENV_RUN} ${DEBUGGER} ${NOSTALGIA_STUDIO}
|
||||||
|
|
||||||
.PHONY: configure-gba
|
.PHONY: configure-gba
|
||||||
configure-gba:
|
configure-gba:
|
||||||
|
Loading…
Reference in New Issue
Block a user