From db8ad57828562a886f880cebc8300cd115e00bf0 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Tue, 16 May 2017 13:53:57 -0500 Subject: [PATCH] Add run-studio to Makefile --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4615aad5..d24220e2 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,10 @@ purge: test: ${ENV_RUN} make -j -C build ARGS="test" HOST_ENV=${HOST_ENV} -run: make - ./build/current/src/player/nostalgia -debug +run: install + ./dist/current/bin/nostalgia -debug +run-studio: install + ./dist/current/bin/nostalgia-studio -profile dist/current/share/nostalgia-studio.json gba-run: make ${ENV_RUN} mgba-qt build/current/src/player/nostalgia.bin gdb: make