From 414e2b78429da51d61048b470f2a47a22e220c83 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Fri, 19 Jul 2024 14:07:25 -0700 Subject: [PATCH] Update Makefile for new helper installer --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 370691c..012ba77 100644 --- a/Makefile +++ b/Makefile @@ -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