diff options
Diffstat (limited to '.zsh/Makefile')
-rw-r--r-- | .zsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/Makefile b/.zsh/Makefile index 0c0aa7f..cbc6388 100644 --- a/.zsh/Makefile +++ b/.zsh/Makefile @@ -1,5 +1,5 @@ HOME=/home/urbain -TARGETS=$(addprefix $(HOME)/,.zsh .zshrc) +TARGETS=$(addprefix $(HOME)/,.zsh .zshrc .zgen) all : $(TARGETS) |