This commit is contained in:
2025-06-23 00:08:14 +03:00
parent b33e3df329
commit b18a1fcafc
3 changed files with 48 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
build:
cmake -B ./build -S .
cmake -B ./build -S . -DCMAKE_EXPORT_COMPILE_COMMANDS=1
cmake --build ./build --config Debug --target all -j 20 --
test: build