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 47bd74f commit 370808d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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'")
Expand Down

0 comments on commit 370808d

Please sign in to comment.