summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f78c379f..2ba7c76d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-ZSH ?= $(shell command -v zsh 2> /dev/null)
+ZSH := $(shell command -v zsh 2> /dev/null)
all:
pkg:
- cd gitstatus && $(MAKE) ZSH=$(ZSH) pkg && cd ..
+ cd gitstatus && $(MAKE) pkg && cd ..
$(or $(ZSH),:) -fc 'for f in *.zsh-theme internal/*.zsh; do zcompile -R -- $$f.zwc $$f || exit; done'