mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-09-08 09:45:56 -05:00
Add run make target to build and launch the ROM in melonDS
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user