aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-29 16:30:59 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-29 16:30:59 +0200
commitdbe3c25d117e7b7413f13b4ece768e8236650ab6 (patch)
tree16a84ff9e56fcd5249db4f4d835952f6d563b1f5 /makefile
parent6d509fb24071deb7669977735b613467ebd82518 (diff)
basic LocalMP packet dump working
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
+ @$<