/make/arduino-mk

To get this branch, use:
bzr branch http://bzr.ed.am/make/arduino-mk

« back to all changes in this revision

Viewing changes to arduino.mk

  • Committer: edam
  • Date: 2012-02-13 15:44:24 UTC
  • Revision ID: edam@waxworlds.org-20120213154424-2wsncooiohmcn7oz
clarify number of permitted .ino files

Show diffs side-by-side

added added

removed removed

63
63
# determine values for SOURCES, TARGET and LIBRARIES.  Any .c, .cc and .cpp
64
64
# files in the project directory (or any "util" or "utility" subdirectories)
65
65
# are automatically included in the build and are scanned for Arduino libraries
66
 
# that have been #included.
 
66
# that have been #included. Note, there can only be one .ino or .pde file.
67
67
#
68
68
# Alternatively, if you want to manually specify build variables, create a
69
69
# Makefile that defines SOURCES and LIBRARIES and then includes arduino.mk.