summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-03-20 10:23:31 +0100
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-03-20 10:23:31 +0100
commitf4946d2d33c0e545e8188dc65361cf55cdf9398b (patch)
tree1cdb619ebbb97dcfa534d3d3a8f803b58770f1c9 /Makefile
parentfd7dd1971892205061b618da50cb2742e79aa18a (diff)
Makefile: Add an update target
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