Update Makefile for new helper installer

This commit is contained in:
ViViDboarder 2024-07-19 14:07:25 -07:00
parent 240dcb648d
commit 414e2b7842

View File

@ -9,13 +9,9 @@ default: check
install:
sh ./vim-sync-append.sh
.PHONY: update
update:
sh ./update-plugins.sh
.PHONY: install-coding-helpers
install-coding-helpers:
sh ./install-coding-helpers.sh
sh ./install-helpers.py
.PHONY: install-language-servers
install-language-servers: install-coding-helpers