aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-09-18 16:38:58 +0530
committerSudar <sudar@sudarmuthu.com>2013-09-18 16:38:58 +0530
commit50e407f8a7c64c3e082e2378829432d15408f6bc (patch)
tree16d7b2c32177797a7262e858ec496ff4a7b9f6a3
parentf9027d4d13bb3a13eebef8213df794232d1b6f93 (diff)
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.
-rw-r--r--arduino-mk/Arduino.mk19
1 files 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
#
########################################################################
#