Skip to content

Commit

Permalink
update version silencing
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Nov 15, 2017
1 parent a8466df commit eac4bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ endif
# Otherwise the [OK], [ERROR] and [WARN] messages won't be displayed correctly
override SILENT := false

ifndef SUB_IS_SILENT
QMK_VERSION := $(shell git describe --abbrev=0 --tags 2>/dev/null)
ifneq ($(QMK_VERSION),)
ifneq ($(SILENT),)
$(info QMK Firmware $(QMK_VERSION))
endif
endif
Expand Down

0 comments on commit eac4bab

Please sign in to comment.