From f2a32470778a354eaf73b3af4fa98bdb92f58006 Mon Sep 17 00:00:00 2001 From: onyx Date: Mon, 3 Feb 2025 06:12:40 +0000 Subject: [PATCH] use vars --- Taskfile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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