aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c98c0f298..8350d5ce3 100644
--- a/Makefile
+++ b/Makefile
@@ -19,9 +19,9 @@ endif
19# Otherwise the [OK], [ERROR] and [WARN] messages won't be displayed correctly 19# Otherwise the [OK], [ERROR] and [WARN] messages won't be displayed correctly
20override SILENT := false 20override SILENT := false
21 21
22ifndef SUB_IS_SILENT
22QMK_VERSION := $(shell git describe --abbrev=0 --tags 2>/dev/null) 23QMK_VERSION := $(shell git describe --abbrev=0 --tags 2>/dev/null)
23ifneq ($(QMK_VERSION),) 24ifneq ($(QMK_VERSION),)
24ifneq ($(SILENT),)
25$(info QMK Firmware $(QMK_VERSION)) 25$(info QMK Firmware $(QMK_VERSION))
26endif 26endif
27endif 27endif