@ -0,0 +1,10 @@
BUILD_DIR = build
all: build
build:
cmake -S ./ -B $(BUILD_DIR)
cd $(BUILD_DIR) && make
clean:
rm -rf $(BUILD_DIR)
The note is not visible to the blocked user.