aboutsummaryrefslogtreecommitdiff
path: root/examples/MakefileExample/Makefile-example.mk
diff options
context:
space:
mode:
authorThomas Kilian <thomas.kilian@me.com>2015-09-21 17:34:47 +0200
committerThomas Kilian <thomas.kilian@me.com>2015-09-21 17:34:47 +0200
commitededb0ebbc8e2d8b0c712e9a166031dbedb06ef7 (patch)
treef04f65a381482d09fe00f01d042d450891aa80ce /examples/MakefileExample/Makefile-example.mk
parent0ce685b1a193fb4b68d7a7e8d4ed95bed8a697af (diff)
Correct path ARDUINO_DIR for Macs
Diffstat (limited to 'examples/MakefileExample/Makefile-example.mk')
-rw-r--r--examples/MakefileExample/Makefile-example.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/MakefileExample/Makefile-example.mk b/examples/MakefileExample/Makefile-example.mk
index d9411d1..34c080f 100644
--- a/examples/MakefileExample/Makefile-example.mk
+++ b/examples/MakefileExample/Makefile-example.mk
@@ -15,7 +15,7 @@ ARDMK_DIR = $(PROJECT_DIR)/Arduino-Makefile
### ARDUINO_DIR
### Path to the Arduino application and resources directory.
### On OS X:
-ARDUINO_DIR = /Applications/Arduino.app/Contents/Resources/Java
+ARDUINO_DIR = /Applications/Arduino.app/Contents/Java
### or on Linux: (remove the one you don't want)
ARDUINO_DIR = /usr/share/arduino