repo/zsh/Makefile

9 lines
148 B
Makefile
Raw Normal View History

2021-01-29 11:15:04 +02:00
prepare:
git clone https://github.com/zsh-users/zsh.git && cd zsh
zsh:
make
install:
make install DESTDIR="${PREFIX}"
2021-01-29 11:15:04 +02:00
uninstall:
make uninstall