summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-30 13:35:22 -0600
committerJeff Carr <[email protected]>2025-01-30 13:35:22 -0600
commit4484b0b84d88fbad86ca6d202d3edfa9bb4946d0 (patch)
treeeed34ded8af61ac9b46a300ce7bd789d32975b0f /Makefile
parentc079039ffe06a09b8552ffbae40c861c726c0281 (diff)
new window for merge on a single repo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 07684a3..441b940 100644
--- a/Makefile
+++ b/Makefile
@@ -10,3 +10,6 @@ redomod:
GO111MODULE= go mod init
GO111MODULE= go mod tidy
+clean:
+ rm -f go.*
+ go-mod-clean --purge