BOARD_TAG = leonardoeth
# BOARD_TAG = nano
# BOARD_TAG = uno
ARDUINO_LIBS = Ethernet2-master SoftwareSerial SPI EEPROM Servo

#include <SoftwareSerial.h>
#include <Ethernet2.h> // Wiznet W5500
#include <EthernetServer.h>

#You have to force the use of the local arduino install by setting the following environmental variables
#export ARDUINO_DIR=$HOME/local/arduino-1.8.5
#export ARDMK_DIR=$HOME/local/Arduino-Makefile
#export AVR_TOOLS_DIR=$HOME/local/arduino-1.8.5/hardware/tools/avr/

include $(ARDMK_DIR)/Arduino.mk
