summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-09-03 23:33:44 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-09-03 23:33:44 +0400
commitf0e439fa0424463275535201cbfab75c7d58715b (patch)
tree8fe8aa08454376df0b378d9bf95dc3d14fb01d86 /Makefile
parentd1689c5a984635ccc9b73eaa4c77b5d405e43345 (diff)
add better rust support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 8495d91..0000000
--- a/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-
-# Updates the deps.bzl file using the go.mod
-.PHONY: update-deps
-gazelle-update-deps:
- bazel run //:gazelle -- update-repos -from_file=go.mod -to_macro=deps.bzl%go_dependencies
-
-.PHONY: gazzle-sync
-gazelle-sync:
- bazel run //:gazelle