Added GNUmakefile

This commit is contained in:
hjp 1996-02-06 10:02:23 +00:00
parent 1fab7c62c1
commit cbd13b42a4
1 changed files with 12 additions and 0 deletions

12
GNUmakefile Normal file
View File

@ -0,0 +1,12 @@
INSTALL=/usr/local/bin/install
install: \
$(HOME)/.zlogin \
$(HOME)/.zlogout \
$(HOME)/.znewterm \
$(HOME)/.zprofile \
$(HOME)/.zshenv \
$(HOME)/.zshrc
$(HOME)/%: %
$(INSTALL) $^ $@