From bd4056582fe1cdd8ad9ed9b0eb3469c2d5b99607 Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Sun, 13 Mar 2022 19:58:49 +0000 Subject: [PATCH] build: separate targets --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5f40f36..60424bc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ -.PHONY: neovim_config +.PHONY: install_config install_packer -neovim_config: +install_config: @./helpers/install-neovim-config.sh - @./helpers/install-plugins.sh + +install_packer: + @./helpers/install-plugins.sh \ No newline at end of file