From ce088e097de11e48e4ad43e0d7f436ae6717dbbf Mon Sep 17 00:00:00 2001 From: Osamu Aoki Date: Mon, 13 Apr 2020 00:47:06 +0900 Subject: Use $(ARDMK_DIR) for 1.6 files Signed-off-by: Osamu Aoki --- examples/ATtinyBlink/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/ATtinyBlink/Makefile') diff --git a/examples/ATtinyBlink/Makefile b/examples/ATtinyBlink/Makefile index f73d7a0..76327a8 100644 --- a/examples/ATtinyBlink/Makefile +++ b/examples/ATtinyBlink/Makefile @@ -54,6 +54,6 @@ BOARD_TAG = attiny85 # ------------------------------------------------------------------ # # Path to the Arduino Makefile -include /usr/share/arduino/Arduino.mk +include $(ARDMK_DIR)/Arduino.mk # !!! Important. You have to use 'make ispload' when using an ISP. -- cgit v1.2.3