Arduino-Makefile/examples/WebServer/Makefile

7 lines
176 B
Makefile

# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
BOARD_TAG = uno
ARDUINO_LIBS = Ethernet SPI
include ../TestSuiteCommon.mk
include ../../Arduino.mk