# Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile
# Some commands:
# type make
# type make upload
# type make clean

BOARD_TAG    = uno
OPTIMIZATION_LEVEL = 3

#include ../../Arduino.mk
include /usr/share/arduino/Arduino.mk 

