aboutsummaryrefslogtreecommitdiff
path: root/examples/WebServer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/WebServer/Makefile')
-rw-r--r--examples/WebServer/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/WebServer/Makefile b/examples/WebServer/Makefile
index d361759..d55cfd3 100644
--- a/examples/WebServer/Makefile
+++ b/examples/WebServer/Makefile
@@ -1,5 +1,7 @@
+# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
+
BOARD_TAG = uno
ARDUINO_PORT = /dev/cu.usb*
-ARDUINO_LIBS = Ethernet Ethernet/utility SPI
+ARDUINO_LIBS = Ethernet SPI
include ../../arduino-mk/Arduino.mk