Clean built executables

This commit is contained in:
Aoran Zeng 2025-06-20 19:18:05 +08:00
parent 765da083da
commit efa31ca0fc
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -15,9 +15,10 @@
*.out
*.exe
# target exe name
# Built executables
chsrc
chsrc-debug
chsrc-release
# test files
xy

View File

@ -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*