mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-21 20:00:07 +00:00
Makefile: optimize recursive invocation (#1127)
This commit is contained in:
parent
ff79e502ad
commit
ecf1de25a4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,5 +3,5 @@ ZSH := $(shell command -v zsh 2> /dev/null)
|
|||
all:
|
||||
|
||||
pkg:
|
||||
cd gitstatus && $(MAKE) pkg && cd ..
|
||||
$(MAKE) -C gitstatus pkg
|
||||
$(or $(ZSH),:) -fc 'for f in *.zsh-theme internal/*.zsh; do zcompile -R -- $$f.zwc $$f || exit; done'
|
||||
|
|
Loading…
Reference in a new issue