8 lines
148 B
Makefile
8 lines
148 B
Makefile
prepare:
|
|
git clone https://github.com/zsh-users/zsh.git && cd zsh
|
|
zsh:
|
|
make
|
|
install:
|
|
make install DESTDIR="${PREFIX}"
|
|
uninstall:
|
|
make uninstall
|