aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-10-08 23:10:04 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-10-09 09:44:03 +0200
commit57a44a77c16deaf4ddaff2530efec5b7df9de3ae (patch)
tree894a04c5d0d2de4c6ac30083b5f12fdd85c9a6d9 /Makefile
parentembeddable-dll-service: do not marshall go strings (diff)
downloadwireguard-windows-57a44a77c16deaf4ddaff2530efec5b7df9de3ae.tar.xz
wireguard-windows-57a44a77c16deaf4ddaff2530efec5b7df9de3ae.zip
build: do not build modules when remastering and sort statements
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-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