summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-15 19:39:19 -0600
committerJeff Carr <[email protected]>2024-01-15 19:39:19 -0600
commit495a08eddaef290dd4a6f63a543cf31ef26522f5 (patch)
tree49b6119e393b5f3f245a3fecaa05b260e40d097e /Makefile
parentdb86b09070f2ffd69dda9354aff7c9383739a8e0 (diff)
start to clean out directoriesv0.12.4
Signed-off-by: Jeff Carr <[email protected]>
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