version checking improved

This commit is contained in:
2022-10-03 11:28:07 +06:00
parent b514eda08d
commit 286ce67bbe
3 changed files with 28 additions and 36 deletions

View File

@@ -3,7 +3,7 @@ My C/C++ build system written in bash.
Repo contains some scripts (functions, init, etc.), which can be used in your custom task scripts. There are also some default tasks.
All tasks should be launched through `Makefile`. Tasks can be configured in `.config` file (it is automatically created by init.sh).
All tasks should be launched through `Makefile`. Tasks can be configured in `current.config` file (it is automatically created by init.sh).
## How to set up