Arduino-Makefile/examples/WebServer/Makefile

8 lines
185 B
Makefile
Raw Normal View History

# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
2012-02-28 09:06:56 +00:00
BOARD_TAG = uno
ARDUINO_PORT = /dev/cu.usb*
ARDUINO_LIBS = Ethernet SPI
2012-02-28 09:06:56 +00:00
include ../../arduino-mk/Arduino.mk