Add gdb-studio command to Makefile
This commit is contained in:
parent
7cac015723
commit
9a3dcd0675
2
Makefile
2
Makefile
@ -38,6 +38,8 @@ gba-run: make
|
|||||||
${ENV_RUN} mgba-qt build/current/src/player/nostalgia.bin
|
${ENV_RUN} mgba-qt build/current/src/player/nostalgia.bin
|
||||||
gdb: make
|
gdb: make
|
||||||
gdb ./build/current/src/wombat/wombat
|
gdb ./build/current/src/wombat/wombat
|
||||||
|
gdb-studio: make
|
||||||
|
gdb "./dist/current/bin/nostalgia-studio -profile dist/current/share/nostalgia-studio.json"
|
||||||
|
|
||||||
devenv-build:
|
devenv-build:
|
||||||
docker build . -t ${DEVENV_IMAGE}
|
docker build . -t ${DEVENV_IMAGE}
|
||||||
|
Loading…
Reference in New Issue
Block a user