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*