From 63be626f2527637c1eb7afc29151e15f4711e68a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Date: Sun, 13 May 2018 22:03:13 +0200 Subject: [PATCH] minor makefile tuning Allow for ARDUINO_DIR variable override. --- arduino/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arduino/Makefile b/arduino/Makefile index 1791b3f..e652707 100644 --- a/arduino/Makefile +++ b/arduino/Makefile @@ -17,7 +17,7 @@ ARDUINO_LIBS = StepperDriver Switch ARDMK_DIR:=$(PWD)/Arduino-Makefile # You may need to change this, depending on your local setup. -ARDUINO_DIR := $(HOME)/arduino/arduino-1.8.5 +ARDUINO_DIR ?= $(HOME)/arduino/arduino-1.8.5 USER_LIB_PATH := $(PWD)