From ef826dbec0ec4c7dc8dc24c0457a60d77cabbf4c Mon Sep 17 00:00:00 2001 From: Robofish <1683502971@qq.com> Date: Fri, 2 Jan 2026 12:13:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index e69de29..96f5949 100755 --- a/build.sh +++ b/build.sh @@ -0,0 +1,2 @@ +cmake -B build +make -C build/ -j`nproc` \ No newline at end of file