Arduino-Makefile/examples/HelloWorld/Makefile
Simon John 6be2614c30 Removed Travis-CI references from all examples. Regular users
are not affected by test scripts/makefiles.

Added makefile and gcc version info to config output.

Tested on Arduino 1.0.6
2014-09-21 19:36:50 +01:00

4 lines
74 B
Makefile

BOARD_TAG = uno
ARDUINO_LIBS = LiquidCrystal
include ../../Arduino.mk