mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2026-04-18 01:03:31 +00:00
use vars
This commit is contained in:
@@ -51,5 +51,5 @@ tasks:
|
|||||||
clean:
|
clean:
|
||||||
desc: "Remove all files in obj/ and bin/"
|
desc: "Remove all files in obj/ and bin/"
|
||||||
cmds:
|
cmds:
|
||||||
- powershell -Command "Remove-Item -Path 'obj' -Recurse -Force"
|
- powershell -Command "Remove-Item -Path '{{.OBJ_DIR}}' -Recurse -Force"
|
||||||
- powershell -Command "Remove-Item -Path 'bin' -Recurse -Force"
|
- powershell -Command "Remove-Item -Path '{{.BIN_DIR}}' -Recurse -Force"
|
||||||
Reference in New Issue
Block a user