X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=ebad723bee888f16e0e4b5083fa28aa6bde713f3;hb=baae936b47b5fbc31d1c3af52551f3a9d2038cc6;hp=5ed757dc29b37a69edd04edf6da16d018170b77b;hpb=c33434c0d64dd7cbd5f6371c7cb4ac5e05924944;p=qmk_firmware.git diff --git a/Makefile b/Makefile index 5ed757dc2..ebad723be 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,11 @@ endif # Otherwise the [OK], [ERROR] and [WARN] messages won't be displayed correctly override SILENT := false +QMK_VERSION := $(shell git describe --abbrev=0 --tags 2>/dev/null) +ifneq ($(QMK_VERSION),) +$(info QMK Firmware v$(QMK_VERSION)) +endif + ON_ERROR := error_occurred=1 BREAK_ON_ERRORS = no