summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2fd970f..64b11c0 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ run: build
check-git-clean:
@git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1)
-redomod: check-git-clean
+redomod:
rm -f go.*
GO111MODULE= go mod init
GO111MODULE= go mod tidy