This commit is contained in:
Roman Perepelitsa 2021-06-27 18:48:35 +02:00
commit 73eff3a033
2 changed files with 5 additions and 2 deletions

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)