mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
fix: container build & shell make targets
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
This commit is contained in:
parent
47bd74f8a7
commit
370808dd51
1
Makefile
1
Makefile
|
|
@ -1,7 +1,6 @@
|
|||
.EXPORT_ALL_VARIABLES:
|
||||
|
||||
ZSH := $(shell command -v zsh 2> /dev/null)
|
||||
SHELL = $(ZSH)
|
||||
SRC := share/{'git-process-output','rpm2cpio'}.zsh zinit{'','-additional','-autoload','-install','-side'}.zsh
|
||||
DOC_SRC := $(foreach wrd,$(SRC),../$(wrd))
|
||||
HAS_TTY := $(shell zsh -c "(( $${+GITHUB_ACTIONS} )) && echo '' || echo '--tty'")
|
||||
|
|
|
|||
Loading…
Reference in a new issue