aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r--Taskfile.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml
index bb95e21..48aef59 100644
--- a/Taskfile.yaml
+++ b/Taskfile.yaml
@@ -68,7 +68,6 @@ tasks:
clean:
dir: '{{.USER_WORKING_DIR}}'
cmds:
- - cmd: powershell Remove-Item -Recurse './bin'
- ignore_error: true
- - cmd: powershell Remove-Item -Recurse './obj'
+ - for: ['./bin', './obj']
+ cmd: powershell Remove-Item -Recurse '{{.ITEM}}'
ignore_error: true