make clean

This commit is contained in:
Jeff Carr 2024-11-22 21:34:33 -06:00
parent 0c44e7ec88
commit ac4b3e0c1d
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ install:
check-git-clean:
@git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1)
clean:
rm -f go.*
rm -f autotypist
redomod:
rm -f go.*
GO111MODULE= go mod init