diff options
Diffstat (limited to '.zsh')
-rw-r--r-- | .zsh/Makefile | 2 | ||||
-rw-r--r-- | .zsh/tmp | 0 |
2 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) diff --git a/.zsh/tmp b/.zsh/tmp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.zsh/tmp |