Update build makefile

This commit is contained in:
sagie gur ari 2020-02-19 16:41:20 +00:00
parent 5165a30c10
commit 31ebe87e59
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
### v0.2.1
* Update build makefile.
* Runtime - Add support for **Any** state type.
* SDK - Use fsio crate for file system apis.
* Runtime - Use fsio crate for file system apis.

View file

@ -9,7 +9,7 @@ additional_profiles = [
[tasks.clean-target]
condition = { files_exist = ["./target"] }
script_runner = "@shell"
script_runner = "@duckscript"
script = [
"rm -Rf ./target"
]