summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-02-15 22:17:32 +0100
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-02-15 22:17:32 +0100
commitd05829c123e68b9c74b836be1f72392e670fa59f (patch)
tree9afc801b90aee2846b31281367fe1bcb9055fb61 /Makefile
parentf308040da5f137afce6f00925ccc8232c462fc67 (diff)
CLI: Move to cmd/eduvpn-cli
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a64b72b..350f0bc 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ lint:
golangci-lint run -E stylecheck,revive,gocritic ./...
cli:
- go build -o eduvpn-common-cli ./cmd/cli
+ go build ./cmd/eduvpn-cli
docs:
mkdocs build -f docs/mkdocs.yml