From 50e407f8a7c64c3e082e2378829432d15408f6bc Mon Sep 17 00:00:00 2001 From: Sudar Date: Wed, 18 Sep 2013 16:38:58 +0530 Subject: [PATCH] Remove redundant list of targets After #118, we have a separate target (help) to list all available targets. Having this list in a single place is better, since we don't have to make changes in multiple places when things change. --- arduino-mk/Arduino.mk | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index 80ccfb8..ed95207 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -127,23 +127,8 @@ # # Included libraries are built in the build-{BOARD_TAG}/libs subdirectory. # -# Besides make upload you can also -# make - no upload -# make clean - remove all our dependencies -# make depends - update dependencies -# make reset - reset the Arduino by tickling DTR on the serial port -# make raw_upload - upload without first resetting -# make show_boards - list all the boards defined in boards.txt -# make monitor - connect to the Arduino's serial port -# make size - show the size of the compiled output (relative to -# resources, if you have a patched avr-size) -# make disasm - generate a .lss file in build-cli that contains -# disassembly of the compiled file interspersed -# with your original source code. -# make verify_size - Verify that the size of the final file is less than -# the capacity of the micro controller. -# make eeprom - upload the eep file -# make raw_eeprom - upload the eep file without first resetting +# Besides make upload, there are a couple of other targets that are available. +# Do make help to get the complete list of targets and their description # ######################################################################## #