diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-31 06:21:45 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-31 06:21:45 +0000 |
commit | 633d2cb648467ccc410f479eda0828e88b7d0aad (patch) | |
tree | 21fba330d31dafea51b6a219ea6aafa8ae676f1e /build_keyboard.mk | |
parent | 47b9b110097a864d6ab76516b2213afd59948527 (diff) | |
parent | 6169b47e82b475c629f9a957f8c36ea39e47ea50 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'build_keyboard.mk')
-rw-r--r-- | build_keyboard.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_keyboard.mk b/build_keyboard.mk index 816681bd0a..d9bb2b92e2 100644 --- a/build_keyboard.mk +++ b/build_keyboard.mk @@ -395,6 +395,7 @@ endif build: $(KEYBOARD_OUTPUT)/src/info_config.h $(KEYBOARD_OUTPUT)/src/layouts.h elf cpfirmware check-size: build +check-md5: build objs-size: build include show_options.mk |