finally cbuild instead of make

This commit is contained in:
2026-01-09 05:18:53 +05:00
parent 3f75902aa0
commit 01df4abcfb
4 changed files with 156 additions and 56 deletions

11
project.config.user.default Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
# Project user config is ignored by git.
# Here you can add variables that users might want to change
# on their local machine, without commiting to the repository.
# Directory where you install dependencies.
# Do not confuse with DEPENDENCY_CONFIGS_DIR
# Example:
# libexample source code is at `../libexample`, and dependency config
# that specifies how to build this lib is at `dependencies/libexample.config`
DEPENDENCIES_DIR=".."