summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 350f0bc..4b14bab 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,10 @@ fmt:
lint:
golangci-lint run -E stylecheck,revive,gocritic ./...
+update:
+ GOPROXY=direct go get -u ./...
+ go mod tidy
+
cli:
go build ./cmd/eduvpn-cli