dot/GNUmakefile

13 lines
191 B
Makefile
Raw Normal View History

1996-02-06 11:02:23 +01:00
INSTALL=/usr/local/bin/install
install: \
$(HOME)/.zlogin \
$(HOME)/.zlogout \
$(HOME)/.znewterm \
$(HOME)/.zprofile \
$(HOME)/.zshenv \
$(HOME)/.zshrc
$(HOME)/%: %
$(INSTALL) $^ $@