mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-04-14 04:56:55 +02:00
Use go modules always
This commit is contained in:
parent
fddb949002
commit
85b2378a07
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -2,6 +2,7 @@ PREFIX ?= /usr
|
|||
DESTDIR ?=
|
||||
BINDIR ?= $(PREFIX)/bin
|
||||
export GOPATH ?= $(CURDIR)/.gopath
|
||||
export GO111MODULE := on
|
||||
|
||||
default: generate-version-and-build
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue