Correct the build directory name in comments

This commit is contained in:
Sudar 2013-06-12 12:47:34 +05:30
parent 2ff244eeaf
commit e0c8d608de

View file

@ -27,9 +27,6 @@
# #
# PATHS YOU NEED TO SET UP # PATHS YOU NEED TO SET UP
# #
# I've reworked the way paths to executables are constructed in this
# version (0.9) of the Makefile.
#
# We need to worry about three different sorts of file: # We need to worry about three different sorts of file:
# #
# 1. Things which are included in this distribution e.g. ard-parse-boards # 1. Things which are included in this distribution e.g. ard-parse-boards
@ -122,13 +119,13 @@
# #
# $ make upload # $ make upload
# #
# All of the object files are created in the build-cli subdirectory # All of the object files are created in the build-{BOARD_TAG} subdirectory
# All sources should be in the current directory and can include: # All sources should be in the current directory and can include:
# - at most one .pde or .ino file which will be treated as C++ after # - at most one .pde or .ino file which will be treated as C++ after
# the standard Arduino header and footer have been affixed. # the standard Arduino header and footer have been affixed.
# - any number of .c, .cpp, .s and .h files # - any number of .c, .cpp, .s and .h files
# #
# Included libraries are built in the build-cli/libs subdirectory. # Included libraries are built in the build-{BOARD_TAG}/libs subdirectory.
# #
# Besides make upload you can also # Besides make upload you can also
# make - no upload # make - no upload
@ -174,7 +171,7 @@
# You need to specify some details of your ISP programmer and might # You need to specify some details of your ISP programmer and might
# also need to specify the fuse values: # also need to specify the fuse values:
# #
# ISP_PROG = -c stk500v2 # ISP_PROG = stk500v2
# ISP_PORT = /dev/ttyACM0 # ISP_PORT = /dev/ttyACM0
# #
# You might also need to set the fuse bits, but typically they'll be # You might also need to set the fuse bits, but typically they'll be