Arduino-Makefile/arduino-mk
Matthijs Kooijman c64f38ae6d Check that there is exactly one .pde or .ino file
When there are none (and no .cpp files either), the build would stall
trying to cat all the .d files together (which would result in cat
getting no arguments and thus waiting for input on stdin).

When there are multiple .ino and/or .pde files, the build could
technically work out, the Arduino IDE concatenates all .ino / .pde files
together and compiles them as a single compile unit, so unless we
implement that as well, it's better to just error out.
2013-05-30 13:14:20 +02:00
..
Arduino.mk Check that there is exactly one .pde or .ino file 2013-05-30 13:14:20 +02:00
licence.txt Initial NWO check in 2012-02-28 09:06:56 +00:00