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

BOARD_TAG    = uno
ARDUINO_LIBS = Ethernet SPI

include ../../Arduino.mk