diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-06-27 19:48:35 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-06-27 19:48:35 +0300 |
commit | f1ff6804871d47381b9bd398a60f4c77174fd1d3 (patch) | |
tree | bafd3ea48a3807f8b08d9d92e0990ce59808b66a /Makefile | |
parent | 038de6f78b21171615d0b4628471e71efe10d77e (diff) |
Squashed 'gitstatus/' changes from 260a5f4b..76182238
76182238 add zwc make target
ea398d90 update libgit2 ref (https://github.com/romkatv/powerlevel10k/issues/1428)
git-subtree-dir: gitstatus
git-subtree-split: 7618223859f614a76ed8019f1a60ee3df18984cf
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,4 +38,7 @@ pkg: GITSTATUS_DAEMON= GITSTATUS_CACHE_DIR=$(shell pwd)/usrbin ./install -f $(or $(ZSH),:) -fc 'for f in *.zsh install; do zcompile -R -- $$f.zwc $$f || exit; done' +zwc: + $(or $(ZSH),:) -fc 'for f in *.zsh install; do zcompile -R -- $$f.zwc $$f || exit; done' + -include $(OBJS:.o=.dep) |