From bf319c49b7f7ff17e073422a3ba06a701e12f590 Mon Sep 17 00:00:00 2001 From: John Whittington Date: Thu, 6 Aug 2020 19:21:23 +0200 Subject: platform neutral examples and manual cherry-pick merge of https://github.com/alissa-huskey/Arduino-Makefile/tree/test_fixes --- examples/ZeroBlink/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/ZeroBlink') diff --git a/examples/ZeroBlink/Makefile b/examples/ZeroBlink/Makefile index 60c8435..d0c30fb 100644 --- a/examples/ZeroBlink/Makefile +++ b/examples/ZeroBlink/Makefile @@ -27,4 +27,4 @@ BOARD_TAG = arduino_zero_native # Windows #ARDUINO_PACKAGE_DIR := "C:/Users/$(USER)/AppData/Local/Arduino15/packages" -include ../../Sam.mk +include $(ARDMK_DIR)/Sam.mk -- cgit v1.2.3