# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile

# tell where the arduino-mk package is installed:
ARDMK_DIR = /usr/share/arduino

BOARD_TAG    = uno
ARDUINO_LIBS = Ethernet SPI

include ${ARDMK_DIR}/Arduino.mk
