From 6534cf8f15e64df55bb98576e43fb46855bdbd2a Mon Sep 17 00:00:00 2001 From: stepcut Date: Wed, 22 Oct 2014 15:27:59 -0500 Subject: move ARDUINO_DIR auto-detection into Common.mk. This allows Teensy.mk to use auto-detected location. --- examples/BlinkTeensy/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') diff --git a/examples/BlinkTeensy/Makefile b/examples/BlinkTeensy/Makefile index 84ae31f..1d59ef2 100644 --- a/examples/BlinkTeensy/Makefile +++ b/examples/BlinkTeensy/Makefile @@ -1,4 +1,3 @@ -ARDUINO_DIR = /home/stepcut/n-heptane/projects/arduino/arduino-1.0.6 BOARD_TAG = teensy31 ARDUINO_LIBS = -- cgit v1.2.3