aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index dcc4ceb..930e85a 100644
--- a/makefile
+++ b/makefile
@@ -9,3 +9,5 @@ build/build.ninja: CMakeLists.txt
build/melonDS: build/build.ninja FORCE
@ninja -C build
+run: build/melonDS
+ @$<