1
0
Fork 0

Fix file size check for parallel make (#5012)

This commit is contained in:
zvecr 2019-01-31 02:20:13 +00:00 committed by MechMerlin
parent 8f6285d3b3
commit 4082d880bc

View file

@ -369,5 +369,6 @@ $(KEYBOARD_OUTPUT)_CONFIG := $(PROJECT_CONFIG)
# Default target.
all: build check-size
build: elf cpfirmware
check-size: build
include $(TMK_PATH)/rules.mk