9 lines
128 B
Makefile
9 lines
128 B
Makefile
|
prepare:
|
||
|
git clone https://github.com/zsh-users/zsh.git && cd zsh
|
||
|
zsh:
|
||
|
make
|
||
|
install:
|
||
|
make install
|
||
|
uninstall:
|
||
|
make uninstall
|