From f9f68535aa0c2d8ed838f9c9e2913c9945641cb3 Mon Sep 17 00:00:00 2001
From: kb-light <git@kb-light.de>
Date: Mon, 26 Jun 2017 20:52:22 +0200
Subject: [PATCH] build: add show-release make target (#1159)

`make show-release` can be used to discover the current release in scripts.
---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index fab156c58..8154c61da 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,9 @@ GLUON_RELEASE ?= $(error GLUON_RELEASE not set. GLUON_RELEASE can be set in site
 
 export GLUON_RELEASE GLUON_ATH10K_MESH GLUON_REGION GLUON_DEBUG
 
+show-release:
+	@echo '$(GLUON_RELEASE)'
+
 
 update: FORCE
 	@GLUON_SITEDIR='$(GLUON_SITEDIR)' scripts/update.sh
-- 
GitLab