tools/keyboardio-builder: Rename report-size to size

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/84/head
Gergely Nagy 8 years ago
parent 2a1aafc817
commit 9ce7096268

@ -108,7 +108,7 @@ EOF
build () { build () {
compile $@ compile $@
report_size $@ size $@
} }
compile () { compile () {
@ -173,7 +173,7 @@ build_all () {
done done
} }
report_size () { size () {
. ${ROOT}/tools/settings.sh . ${ROOT}/tools/settings.sh
if [ ! -e "${HEX_FILE_PATH}" ]; then if [ ! -e "${HEX_FILE_PATH}" ]; then
@ -231,7 +231,7 @@ Available commands:
compile compile
Compiles the sketch. Compiles the sketch.
report-size size
Reports the size of the compiled sketch. Reports the size of the compiled sketch.
build build

Loading…
Cancel
Save