This commit is contained in:
onyx 2025-02-03 06:12:40 +00:00
parent 452bf6f6de
commit f2a3247077

View File

@ -51,5 +51,5 @@ tasks:
clean:
desc: "Remove all files in obj/ and bin/"
cmds:
- powershell -Command "Remove-Item -Path 'obj' -Recurse -Force"
- powershell -Command "Remove-Item -Path 'bin' -Recurse -Force"
- powershell -Command "Remove-Item -Path '{{.OBJ_DIR}}' -Recurse -Force"
- powershell -Command "Remove-Item -Path '{{.BIN_DIR}}' -Recurse -Force"