This commit is contained in:
2023-05-24 22:19:33 +06:00
parent 5e23ef8156
commit ef6a3f82c4
8 changed files with 171 additions and 35 deletions

View File

@@ -1,3 +1,12 @@
# v7
+ added function `resolve_dependencies` to `link`
+ added variables `DEPS_BASEDIR` and `DEPS` to config
+ added script `rebuild_dep.sh` which can be called through `Makefile`
+ added dependency cleaning in `default_tasks/clean.sh`
+ added task `callgrind`
+ added task `no_task` which is been set in `init.sh` when `TASK` is empty
+ now `STATIC_LIB_FILE` starts with "lib"
# v6
+ `build_profile` task was split to `profile` and `gprof`
+ added task `sanitize`