@@ -0,0 +1,11 @@
.PHONY: build run clean
build:
cmake -S . -B build
cmake --build build
run: build
./build/catsh
clean:
rm -rf build
The note is not visible to the blocked user.