@@ -3,4 +3,14 @@
.PHONY:format
format:
bash script/format.sh
build:
cmake -S . -B build
cmake --build build
test: build
cd build && ctest
clean:
rm -rf build
The note is not visible to the blocked user.