From 6c3cbd6ba778b17e38ded41db90f91187193ba0e Mon Sep 17 00:00:00 2001 From: Dmitry Mikhirev Date: Sat, 6 Dec 2014 00:45:56 +0300 Subject: add ability to overwrite Arduino.mk path --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 361cf84..602ad22 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ BOARD_TAG = nano328 MONITOR_PORTS = /dev/ttyUSB* ARDUINO_LIBS = LiquidCrystal +ARDUINO_MK = /usr/share/arduino/Arduino.mk -include /usr/share/arduino/Arduino.mk +include $(ARDUINO_MK) tags: *.cpp *.h *.ino ctags --language-force=C++ $^ -- cgit v1.2.1