From 9a3dcd0675aed7503e66f910932f9bf591823079 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 10 Sep 2017 04:09:39 -0500 Subject: [PATCH] Add gdb-studio command to Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 64bce993..b107481d 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,8 @@ gba-run: make ${ENV_RUN} mgba-qt build/current/src/player/nostalgia.bin gdb: make gdb ./build/current/src/wombat/wombat +gdb-studio: make + gdb "./dist/current/bin/nostalgia-studio -profile dist/current/share/nostalgia-studio.json" devenv-build: docker build . -t ${DEVENV_IMAGE}