@@ -13,9 +13,13 @@ deploy: build
.PHONY: build
build:
cmake -S . -B build
cmake -S . -B build -G Ninja
cmake --build build
.PHONY: clean
clean:
rm -vfr build
.PHONY: luacheck
luacheck:
luacheck $(LUA_FILES)
The note is not visible to the blocked user.