summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-06-30 07:56:23 -0500
committerJeff Carr <[email protected]>2025-06-30 07:56:23 -0500
commitf67c81d4997b86bdc53615a7e9bd4a25cfe6f4ed (patch)
treee5383e329e431d60ebc91e2e5b5feffe2d234f9d
parentf39c7d4a5183294aabd72aee3d5b45ceb65442c7 (diff)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b225111..ac99c7b 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ redomod:
clean:
rm -f go.*
rm -f virtigo*
- go-mod-clean --purge
+ go-mod-clean purge
# git clone the sources and all the golang dependancies into ~/go/src
# if you don't have go-clone, you can get it from http://go.wit.com/