diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-09-16 15:41:20 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-09-16 15:41:20 +0100 |
commit | 4d675b1c764402d120fa49739594ae818b38ae3e (patch) | |
tree | 821edc6434c57498ebab26dc2ad6d0978c33bb04 /.zsh/Makefile | |
parent | b920816216cb161449dcf03ffe964c667c7b36c2 (diff) |
Add zgen as submodule
Diffstat (limited to '.zsh/Makefile')
-rw-r--r-- | .zsh/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.zsh/Makefile b/.zsh/Makefile index 3593740..0c0aa7f 100644 --- a/.zsh/Makefile +++ b/.zsh/Makefile @@ -9,5 +9,8 @@ $(HOME)/.zshrc : $(HOME)/.zsh : rm -f $@ && ln -s $(PWD) $@ +$(HOME)/.zgen : + rm -f $@ && ln -s $(PWD)/zgen $@ + clean : rm -f $(TARGETS) |