diff options
| author | Osamu Aoki <osamu@debian.org> | 2020-04-12 21:19:41 +0900 |
|---|---|---|
| committer | Osamu Aoki <osamu@debian.org> | 2020-04-13 00:28:41 +0900 |
| commit | 9357f7d3ab8d62d05dc35cd9d82941cdc460e28c (patch) | |
| tree | 04cd0200828a7a158cd0426564e7b3d8661518df /examples/Blink | |
| parent | 6f786a96b0acfb0c9b2d2f4e39911d2803088729 (diff) | |
Use $(ARDMK_DIR)
Signed-off-by: Osamu Aoki <osamu@debian.org>
Diffstat (limited to 'examples/Blink')
| -rw-r--r-- | examples/Blink/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Blink/Makefile b/examples/Blink/Makefile index 7cb3881..51a66bc 100644 --- a/examples/Blink/Makefile +++ b/examples/Blink/Makefile @@ -1,7 +1,7 @@ # Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile BOARD_TAG = uno -include ../../Arduino.mk +include $(ARDMK_DIR)/Arduino.mk |
