Added GNUmakefile
This commit is contained in:
parent
1fab7c62c1
commit
cbd13b42a4
|
@ -0,0 +1,12 @@
|
||||||
|
INSTALL=/usr/local/bin/install
|
||||||
|
|
||||||
|
install: \
|
||||||
|
$(HOME)/.zlogin \
|
||||||
|
$(HOME)/.zlogout \
|
||||||
|
$(HOME)/.znewterm \
|
||||||
|
$(HOME)/.zprofile \
|
||||||
|
$(HOME)/.zshenv \
|
||||||
|
$(HOME)/.zshrc
|
||||||
|
|
||||||
|
$(HOME)/%: %
|
||||||
|
$(INSTALL) $^ $@
|
Loading…
Reference in New Issue