aboutsummaryrefslogtreecommitdiff
path: root/examples/ATtinyBlink
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ATtinyBlink')
-rw-r--r--examples/ATtinyBlink/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ATtinyBlink/Makefile b/examples/ATtinyBlink/Makefile
index 76327a8..f73d7a0 100644
--- a/examples/ATtinyBlink/Makefile
+++ b/examples/ATtinyBlink/Makefile
@@ -54,6 +54,6 @@ BOARD_TAG = attiny85
# ------------------------------------------------------------------ #
# Path to the Arduino Makefile
-include $(ARDMK_DIR)/Arduino.mk
+include /usr/share/arduino/Arduino.mk
# !!! Important. You have to use 'make ispload' when using an ISP.