diff --git a/Taskfile.yml b/Taskfile.yml index 2435e60..4da9a5a 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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" \ No newline at end of file + - powershell -Command "Remove-Item -Path '{{.OBJ_DIR}}' -Recurse -Force" + - powershell -Command "Remove-Item -Path '{{.BIN_DIR}}' -Recurse -Force" \ No newline at end of file