summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2023-03-15 18:33:29 +0100
committerMartin Polden <mpolden@mpolden.no>2023-03-15 18:33:29 +0100
commita5c1b101dd6f50da37d38014c205e9baa224a288 (patch)
tree58b2e889c48741ad62c76daa7bcdd6ce5d7293e9 /Makefile
parentfe882950904508e30d16d819192fa9ee023501f3 (diff)
makefile: remove invalid target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 439ae08..fa4dce1 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ else
$(error brew command not found)
endif
-install-lsp: install-lsp-go install-lsp-java install-lsp-python install-lsp-rust
+install-lsp: install-lsp-go install-lsp-java install-lsp-python
install-lsp-go:
ifneq ($(BREW),)