diff --git a/zsh/Makefile b/zsh/Makefile deleted file mode 100644 index 56c4dea..0000000 --- a/zsh/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -prepare: - git clone https://github.com/zsh-users/zsh.git - cd zsh -zsh: - make -install: - make install DESTDIR="${PREFIX}" -uninstall: - make uninstall