summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-08-07 19:43:34 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-08-07 19:43:34 +0400
commit2faf11245727fe7c4174f7634f5de72adbe45b6c (patch)
tree775f34de530541d87096366725f900c7e0c2490b /Makefile
parent25395461266f97063db70f19bf2c20115b3ee4ee (diff)
add base for the cli & novalet base
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