From fe4c98b970475e30726ce89569a2a967fe98f570 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 18 Dec 2021 17:51:46 -0600 Subject: [PATCH] [nostalgia] Put run and debug of artifacts outside of the Docker devenv --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 5d5123cd..406716ee 100644 --- a/Makefile +++ b/Makefile @@ -18,19 +18,19 @@ pkg-gba: .PHONY: run run: install - ${ENV_RUN} ./dist/${CURRENT_BUILD}/bin/nostalgia sample_project + ./dist/${CURRENT_BUILD}/bin/nostalgia sample_project .PHONY: run-studio run-studio: install - ${ENV_RUN} ${NOSTALGIA_STUDIO} + ${NOSTALGIA_STUDIO} .PHONY: gba-run gba-run: pkg-gba ${MGBA} nostalgia.gba .PHONY: debug debug: install - ${ENV_RUN} ${DEBUGGER} ./dist/${CURRENT_BUILD}/bin/nostalgia sample_project + ${DEBUGGER} ./dist/${CURRENT_BUILD}/bin/nostalgia sample_project .PHONY: debug-studio debug-studio: install - ${ENV_RUN} ${DEBUGGER} ${NOSTALGIA_STUDIO} + ${DEBUGGER} ${NOSTALGIA_STUDIO} .PHONY: configure-gba configure-gba: