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 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/