Merge commit 'f1ff6804871d47381b9bd398a60f4c77174fd1d3'

This commit is contained in:
Roman Perepelitsa
2021-06-27 18:48:35 +02:00
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -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)