aboutsummaryrefslogtreecommitdiff
path: root/examples/MakefileExample/Makefile-example.mk
diff options
context:
space:
mode:
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