Remove array structs (#10)

Reviewed-on: #10
This commit was merged in pull request #10.
This commit is contained in:
2026-01-02 16:50:52 +00:00
parent f3ee1ee468
commit c2a156e256
16 changed files with 441 additions and 357 deletions

View File

@@ -147,7 +147,7 @@ uuid: install
clean:
@rm -rf "$(BUILD_DIR)"
@rm -rf "$(INCLUDE_INSTALL)"
@rm "$(LIB_INSTALL)/$(LIB_STATIC_NAME)"
@rm -f "$(LIB_INSTALL)/$(LIB_STATIC_NAME)"
builddir:
@mkdir -p "$(BUILD_DIR)"