summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 06aa149..8495d91 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
# Updates the deps.bzl file using the go.mod
.PHONY: update-deps
-gazzle-update-deps:
+gazelle-update-deps:
bazel run //:gazelle -- update-repos -from_file=go.mod -to_macro=deps.bzl%go_dependencies
.PHONY: gazzle-sync
-gazzle-sync:
+gazelle-sync:
bazel run //:gazelle