Skip to content
Snippets Groups Projects
Commit f9f68535 authored by kb-light's avatar kb-light Committed by Matthias Schiffer
Browse files

build: add show-release make target (#1159)

`make show-release` can be used to discover the current release in scripts.
parent 819758f4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment