6be2614c30
are not affected by test scripts/makefiles. Added makefile and gcc version info to config output. Tested on Arduino 1.0.6
6 lines
146 B
Makefile
6 lines
146 B
Makefile
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
|
|
|
|
BOARD_TAG = uno
|
|
ARDUINO_LIBS = Ethernet SPI
|
|
|
|
include ../../Arduino.mk
|