summaryrefslogtreecommitdiffstats
path: root/.zsh/functions/Makefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-15 17:35:51 +0200
committerGravatar Tom Willemse2013-05-15 17:35:51 +0200
commit6c2db7df0e40962537ce74d6f6213fac1782bd1b (patch)
tree57483bb4d37c243619d71123260711100afb1a93 /.zsh/functions/Makefile
parent8ae90ffbd18d4312806e11cdda99e3dadcc9bf57 (diff)
downloaddotfiles-6c2db7df0e40962537ce74d6f6213fac1782bd1b.tar.gz
dotfiles-6c2db7df0e40962537ce74d6f6213fac1782bd1b.zip
Update dotfilesphoenix
Diffstat (limited to '.zsh/functions/Makefile')
-rw-r--r--.zsh/functions/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/.zsh/functions/Makefile b/.zsh/functions/Makefile
index baf5c6b..f71df23 100644
--- a/.zsh/functions/Makefile
+++ b/.zsh/functions/Makefile
@@ -1,7 +1,4 @@
-DESTDIR:=$(DESTDIR)/functions
-objects=chpwd_show_todo chpwd_update_git_vars env get_cnt line \
- precmd_maybe_festival precmd_update_git_vars precmd_update_updates \
- preexec_update_vars prompt prompt_git_info rprompt \
- update_current_git_vars welcome venv
+SUBDIR=functions
+objects=env venv add-to-list
include ../../dotfiles.mk