Add run-studio to Makefile
This commit is contained in:
parent
cf478dcb43
commit
db8ad57828
6
Makefile
6
Makefile
@ -25,8 +25,10 @@ purge:
|
|||||||
test:
|
test:
|
||||||
${ENV_RUN} make -j -C build ARGS="test" HOST_ENV=${HOST_ENV}
|
${ENV_RUN} make -j -C build ARGS="test" HOST_ENV=${HOST_ENV}
|
||||||
|
|
||||||
run: make
|
run: install
|
||||||
./build/current/src/player/nostalgia -debug
|
./dist/current/bin/nostalgia -debug
|
||||||
|
run-studio: install
|
||||||
|
./dist/current/bin/nostalgia-studio -profile dist/current/share/nostalgia-studio.json
|
||||||
gba-run: make
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user