aboutsummaryrefslogtreecommitdiffstatshomepage
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 c61bc4f2..5fbafe5f 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ remaster: export GOPROXY := direct
remaster:
rm -f go.sum go.mod
cp go.mod.master go.mod
- go get
+ go get -d
fmt: export CC := x86_64-w64-mingw32-gcc
fmt: export GOARCH := amd64