diff --git a/Makefile b/Makefile index 704a654..7ec09f9 100644 --- a/Makefile +++ b/Makefile @@ -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