mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
Fix file size check for parallel make (#5012)
This commit is contained in:
parent
8f6285d3b3
commit
4082d880bc
1 changed files with 1 additions and 0 deletions
|
@ -369,5 +369,6 @@ $(KEYBOARD_OUTPUT)_CONFIG := $(PROJECT_CONFIG)
|
||||||
# Default target.
|
# Default target.
|
||||||
all: build check-size
|
all: build check-size
|
||||||
build: elf cpfirmware
|
build: elf cpfirmware
|
||||||
|
check-size: build
|
||||||
|
|
||||||
include $(TMK_PATH)/rules.mk
|
include $(TMK_PATH)/rules.mk
|
||||||
|
|
Loading…
Reference in a new issue