diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-08-07 19:43:34 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-08-07 19:43:34 +0400 |
| commit | 2faf11245727fe7c4174f7634f5de72adbe45b6c (patch) | |
| tree | 775f34de530541d87096366725f900c7e0c2490b /Makefile | |
| parent | 25395461266f97063db70f19bf2c20115b3ee4ee (diff) | |
add base for the cli & novalet base
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
