[nostalgia] Put run and debug of artifacts outside of the Docker devenv
This commit is contained in:
parent
439da668ae
commit
fe4c98b970
8
Makefile
8
Makefile
@ -18,19 +18,19 @@ pkg-gba:
|
|||||||
|
|
||||||
.PHONY: run
|
.PHONY: run
|
||||||
run: install
|
run: install
|
||||||
${ENV_RUN} ./dist/${CURRENT_BUILD}/bin/nostalgia sample_project
|
./dist/${CURRENT_BUILD}/bin/nostalgia sample_project
|
||||||
.PHONY: run-studio
|
.PHONY: run-studio
|
||||||
run-studio: install
|
run-studio: install
|
||||||
${ENV_RUN} ${NOSTALGIA_STUDIO}
|
${NOSTALGIA_STUDIO}
|
||||||
.PHONY: gba-run
|
.PHONY: gba-run
|
||||||
gba-run: pkg-gba
|
gba-run: pkg-gba
|
||||||
${MGBA} nostalgia.gba
|
${MGBA} nostalgia.gba
|
||||||
.PHONY: debug
|
.PHONY: debug
|
||||||
debug: install
|
debug: install
|
||||||
${ENV_RUN} ${DEBUGGER} ./dist/${CURRENT_BUILD}/bin/nostalgia sample_project
|
${DEBUGGER} ./dist/${CURRENT_BUILD}/bin/nostalgia sample_project
|
||||||
.PHONY: debug-studio
|
.PHONY: debug-studio
|
||||||
debug-studio: install
|
debug-studio: install
|
||||||
${ENV_RUN} ${DEBUGGER} ${NOSTALGIA_STUDIO}
|
${DEBUGGER} ${NOSTALGIA_STUDIO}
|
||||||
|
|
||||||
.PHONY: configure-gba
|
.PHONY: configure-gba
|
||||||
configure-gba:
|
configure-gba:
|
||||||
|
Loading…
Reference in New Issue
Block a user