From efa31ca0fc3145be4f16f155ae20d17569c66c52 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Fri, 20 Jun 2025 19:18:05 +0800 Subject: [PATCH] Clean built executables --- .gitignore | 3 ++- justfile | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a3ad45e..237f7dc 100644 --- a/.gitignore +++ b/.gitignore @@ -15,9 +15,10 @@ *.out *.exe -# target exe name +# Built executables chsrc chsrc-debug +chsrc-release # test files xy diff --git a/justfile b/justfile index bc50f9d..76c64b9 100644 --- a/justfile +++ b/justfile @@ -142,4 +142,6 @@ clean: -@{{BIN_rm}} xy -@{{BIN_rm}} fw -@{{BIN_rm}} chsrc + -@{{BIN_rm}} chsrc-debug + -@{{BIN_rm}} chsrc-release -@{{BIN_rm}} README.md.bak*