Usuń 'zsh/Makefile'

This commit is contained in:
Ohio2 2021-07-02 04:06:51 +03:00
parent 82b4eb7050
commit a0d9be7a2f

View file

@ -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