diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |