From e126be95fa44427a33ef725228da858de53ee0b2 Mon Sep 17 00:00:00 2001 From: Michael Richters Date: Sun, 18 Feb 2018 00:42:48 -0600 Subject: [PATCH] Run size target when flashing --- bin/kaleidoscope-builder | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index a6fedeaf..9e87aaee 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -64,6 +64,7 @@ find_sketch () { prepare_to_flash () { if [ ! -e "${HEX_FILE_PATH}" ]; then compile + size fi echo "Press ENTER when ready..."