From a622431288c421cc3d15e038d77c62d0103f10f5 Mon Sep 17 00:00:00 2001 From: talksik Date: Thu, 29 Jan 2026 11:59:11 -0800 Subject: [PATCH] build: cp compile commands on run --- run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run.sh b/run.sh index 78add9d..572a23d 100755 --- a/run.sh +++ b/run.sh @@ -13,4 +13,6 @@ fi cmake --build $BUILD_DIR --target all +cp $BUILD_DIR/compile_commands.json . + $BUILD_DIR/llink.app/Contents/MacOS/llink