dot/GNUmakefile

13 lines
181 B
Makefile

include GNUmakerules
install: \
$(HOME)/.zlogin \
$(HOME)/.zlogout \
$(HOME)/.znewterm \
$(HOME)/.zprofile \
$(HOME)/.zshenv \
$(HOME)/.zshrc
$(HOME)/%: %
$(INSTALL) $^ $@