diff options
author | aktersnurra <grydholm@kth.se> | 2022-04-25 22:51:23 +0200 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2022-04-25 22:51:23 +0200 |
commit | 383517677032aeecef4d32939ff2d9136664ca94 (patch) | |
tree | 68ddec561c9c5b493a67e020861f0f4aa5f9bcde /Makefile | |
parent | bacdb770a48a035888c2519b29b81c728c8b2d68 (diff) |
fix: replace make with install script
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
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 |