added file_copy_default_if_not_present() and replace_var_value_in_script()

This commit is contained in:
2025-11-09 23:09:34 +05:00
parent 579dd5916e
commit 6bfc0f5e9a
4 changed files with 29 additions and 4 deletions

View File

@@ -4,6 +4,9 @@
+ **CONFIG:** Changed `cbuild/default_tasks` to `@cbuild/default_tasks`
+ Moved most scripts to `include/`
+ Renamed default config to `./project.config.default`
+ Added functions:
+ `file_copy_default_if_not_present()`
+ `replace_var_value_in_script()`
## 2.2.4
+ *default config*: C standard changed to C99