summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 94542db..9de49eb 100644
--- a/Makefile
+++ b/Makefile
@@ -146,6 +146,10 @@ clean:
$(RM) $(TARGET).$(TARGET_EXT) $(TARGET).bin $(TARGET).map $(OBJ_FOLDER)*.* $(OBJ_FOLDER)
@echo ' '
+upload: clean all
+ @echo 'Uploading to board!'
+ mv ./build/mbed.bin /run/media/vsz/MBED/mbed.bin
+
print_info:
@echo 'Printing size'
arm-none-eabi-size --totals $(OBJ_FOLDER)$(TARGET).$(TARGET_EXT)