repo/zsh/Makefile

10 lines
146 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
2021-01-29 11:15:04 +02:00
zsh:
make
2021-01-29 11:15:04 +02:00
install:
make install DESTDIR="${PREFIX}"
2021-01-29 11:15:04 +02:00
uninstall:
make uninstall