aboutsummaryrefslogtreecommitdiff
path: root/tests/WebServer/Makefile
blob: 5fbefae9ae716cb4b12d06a30cea0631e618ca8b (plain)
1
2
3
4
5
6
7
# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile

BOARD_TAG    = uno
ARDUINO_LIBS = Ethernet SPI

include ../TestSuiteCommon.mk
include ../../Arduino.mk