clean func

This commit is contained in:
2023-04-01 15:55:17 +06:00
parent 2bebe76c7e
commit e83a7affef
3 changed files with 11 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
+ default C++ standard set to `c++11`
+ added `INCLUDE` to `default.config`
+ moved `LINKER_ARGS` to the end of linkage command in `functions.sh` to properly link static libs
+ added function `try_delete_dir_or_file` for `clean` task
# v5
+ added task `clean`