We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3158c commit ff79e50Copy full SHA for ff79e50
Makefile
@@ -1,7 +1,7 @@
1
-ZSH ?= $(shell command -v zsh 2> /dev/null)
+ZSH := $(shell command -v zsh 2> /dev/null)
2
3
all:
4
5
pkg:
6
- cd gitstatus && $(MAKE) ZSH=$(ZSH) pkg && cd ..
+ cd gitstatus && $(MAKE) pkg && cd ..
7
$(or $(ZSH),:) -fc 'for f in *.zsh-theme internal/*.zsh; do zcompile -R -- $$f.zwc $$f || exit; done'
0 commit comments