X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/d62c4ea8debf01c2e251ef0c2520f947662f6c52..5fecbf65571f93b51c3a6204d2943ff1cdcecb1c:/Makefile diff --git a/Makefile b/Makefile index d4fc301..7fcb692 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,8 @@ else ifneq (,$(findstring refs/tags/,$(GIT_REF))) endif ifneq ($(channel),) $(MAKE) -e profile=release -e channel=$(channel) package +else + @echo "Channel was $(channel)" endif .PHONY: default build $(architectures) rpm package prepare set_rust ci release