]> gitweb @ CieloNegro.org - zsh-pkgsrc.git/blob - Makefile
Initial commit
[zsh-pkgsrc.git] / Makefile
1 DESTDIR=${HOME}/.zfunc
2
3 .PHONY: all
4 all:
5
6 .PHONY: install
7 install:
8         for f in pcd psd _pcd; do \
9                 install -m 644 "$${f}" "${DESTDIR}/"; \
10         done