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 <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed Dec 16, 2022
1 parent f8eb967 commit 47bd74f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ 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 (( $${+GITHUB_ACTIONS} )) && echo '' || echo '--tty')
HAS_TTY := $(shell zsh -c "(( $${+GITHUB_ACTIONS} )) && echo '' || echo '--tty'")



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

all: help

Expand Down

0 comments on commit 47bd74f

Please sign in to comment.