From 383517677032aeecef4d32939ff2d9136664ca94 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Mon, 25 Apr 2022 22:51:23 +0200 Subject: fix: replace make with install script --- Makefile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index 1899282..0000000 --- a/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -.POSIX: - -install: - $(which nvim >/dev/null 2>&1 || @echo "Neovim not installed!" && exit 1) - $(which luarocks >/dev/null 2>&1 || @echo "Luarocks not installed!" && exit 1) - $(luarocks list | @grep "fennel" || @echo "fennel is not installed" && exit 1) - nvim --headless +qa && nvim --headless -c "autocmd User PackerComplete quitall" -c "PackerSync" - -.PHONY: install -- cgit v1.2.3-70-g09d2