summaryrefslogtreecommitdiffstats
path: root/message.mk
diff options
context:
space:
mode:
authorMarco Scannadinari <4211302+marcoms@users.noreply.github.com>2018-01-09 00:11:26 +0100
committerJack Humbert <jack.humb@gmail.com>2018-01-12 19:25:05 +0100
commit820930490432ef28431b047d989fe9c0d4b01b49 (patch)
treeb763e4db295db7c12a71cf669ae77f2f126f2898 /message.mk
parent6bbe2366ec3f8d5a25d12bba9fe71d683ab55a39 (diff)
downloadqmk_firmware-820930490432ef28431b047d989fe9c0d4b01b49.tar.gz
qmk_firmware-820930490432ef28431b047d989fe9c0d4b01b49.tar.xz
Reset color after submodule warning message
Fixes leaking bold text
Diffstat (limited to 'message.mk')
-rw-r--r--message.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/message.mk b/message.mk
index f5fb751ed..1401698dd 100644
--- a/message.mk
+++ b/message.mk
@@ -58,7 +58,7 @@ MSG_SUBMODULE_DIRTY = $(WARN_COLOR)WARNING:$(NO_COLOR)\n \
Some git sub-modules are out of date or modified, please consider runnning:$(BOLD)\n\
make git-submodule\n\
You can ignore this warning if you are not compiling any ChibiOS keyboards,\n\
- or if you have modified the ChibiOS libraries yourself. \n\n
+ or if you have modified the ChibiOS libraries yourself. \n\n$(NO_COLOR)
MSG_NO_CMP = $(ERROR_COLOR)Error:$(NO_COLOR)$(BOLD) cmp command not found, please install diffutils\n$(NO_COLOR)
define GENERATE_MSG_MAKE_KB