From dbe3c25d117e7b7413f13b4ece768e8236650ab6 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 29 Apr 2024 16:30:59 +0200 Subject: basic LocalMP packet dump working --- makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makefile') 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 + @$< -- cgit v1.2.3