summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2022-07-12 21:27:08 +0200
committerMartin Polden <mpolden@mpolden.no>2022-07-12 21:27:08 +0200
commitafd25c0ba204dd998ecd500996438f20e501b4eb (patch)
tree775fc6ae5131bb8c582dc84514fd6806ab5f15c3 /Makefile
parent237298c037932f9cd752beb7aa5aa743b1585455 (diff)
makefile: remove unused target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 9a78fb1..b0051ad 100644
--- a/Makefile
+++ b/Makefile
@@ -48,13 +48,6 @@ install-lsp-python:
install-lsp-python-more:
python3 -m pip install --user -U python-lsp-black pylsp-mypy
-install-lsp-rust:
-ifneq ($(BREW),)
- $(BREW) install rust-analyzer
-else
- $(error brew command not found)
-endif
-
update:
git pull --rebase --quiet