Arduino-Makefile/examples/WebServer/Makefile

7 lines
146 B
Makefile
Raw Normal View History

# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
2012-02-28 10:06:56 +01:00
BOARD_TAG = uno
ARDUINO_LIBS = Ethernet SPI
2012-02-28 10:06:56 +01:00
2020-08-10 16:37:32 +02:00
include ../../Arduino.mk