Skip to content

Commit

Permalink
fix: container build & shell make targets
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <[email protected]>
  • Loading branch information
vladdoster committed Dec 16, 2022
1 parent 370808d commit 14b2cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ZSH := $(shell command -v zsh 2> /dev/null)
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'")
HAS_TTY := $(shell echo $${GITHUB_ACTIONS:---tty})

.PHONY: all clean container-build container-shell container-docs tags tags/emacs tags/vim test zwc

Expand Down

0 comments on commit 14b2cda

Please sign in to comment.