diff options
| author | Osamu Aoki <osamu@debian.org> | 2020-04-13 00:47:06 +0900 |
|---|---|---|
| committer | Osamu Aoki <osamu@debian.org> | 2020-04-13 00:47:06 +0900 |
| commit | ce088e097de11e48e4ad43e0d7f436ae6717dbbf (patch) | |
| tree | 661417fdca765513f7793d45c35e5afb5a51efaf /examples/ATtinyBlink | |
| parent | 9357f7d3ab8d62d05dc35cd9d82941cdc460e28c (diff) | |
Use $(ARDMK_DIR) for 1.6 files
Signed-off-by: Osamu Aoki <osamu@debian.org>
Diffstat (limited to 'examples/ATtinyBlink')
| -rw-r--r-- | examples/ATtinyBlink/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
