docs: more docs

This commit is contained in:
2025-11-05 22:41:20 +01:00
parent 8cc934db5d
commit eca95d5f18
6 changed files with 325 additions and 88 deletions
-4
View File
@@ -31,10 +31,6 @@ run: build
demo: build
./build/$(TARGET) $(TEST_ARGS) --demo
.PHONY: install
install: build
cp -f build/$(TARGET) $(INSTALL_DIR)/$(TARGET)
.PHONY: valgrind
valgrind: build
valgrind \