repo/zsh/Makefile
2021-01-29 10:15:04 +01:00

8 lines
128 B
Makefile

prepare:
git clone https://github.com/zsh-users/zsh.git && cd zsh
zsh:
make
install:
make install
uninstall:
make uninstall