repo/zsh/Makefile

9 lines
146 B
Makefile

prepare:
git clone https://github.com/zsh-users/zsh.git
cd zsh
zsh:
make
install:
make install DESTDIR="${PREFIX}"
uninstall:
make uninstall