Add run make target to build and launch the ROM in melonDS

This commit is contained in:
valmnt
2026-07-17 23:48:13 +02:00
parent 000e32147d
commit 30adba4025

View File

@@ -11,6 +11,7 @@
purge \
release \
rom \
run \
setup_debug \
setup_release \
skrew \
@@ -104,6 +105,10 @@ check: rom
rom: $(BUILD)/build.ninja
$(NINJA) -C $(BUILD) pokeplatinum.us.nds
# Build the ROM (no matching check) and launch it in melonDS.
run: rom
open -a melonDS $(BUILD)/pokeplatinum.us.nds
format: $(BUILD)/build.ninja
$(NINJA) -C $(BUILD) clang-format