dot/GNUmakefile

13 lines
181 B
Makefile
Raw Normal View History

1997-07-19 15:40:36 +02:00
include GNUmakerules
1996-02-06 11:02:23 +01:00
install: \
$(HOME)/.zlogin \
$(HOME)/.zlogout \
$(HOME)/.znewterm \
$(HOME)/.zprofile \
$(HOME)/.zshenv \
$(HOME)/.zshrc
$(HOME)/%: %
$(INSTALL) $^ $@