repo/zsh/Makefile

10 lines
155 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