From 9357f7d3ab8d62d05dc35cd9d82941cdc460e28c Mon Sep 17 00:00:00 2001 From: Osamu Aoki Date: Sun, 12 Apr 2020 21:19:41 +0900 Subject: Use $(ARDMK_DIR) Signed-off-by: Osamu Aoki --- examples/Blink/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/Blink/Makefile') 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 -- cgit v1.2.3