From 79068828f101c7acee598b5e859ea00f25ef6c1c Mon Sep 17 00:00:00 2001 From: Martin Oldfield Date: Sun, 29 Apr 2012 18:55:17 +0100 Subject: Rejig path calculations.\nMove reset target to Perl.\n --- examples/Blink/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'examples/Blink/Makefile') diff --git a/examples/Blink/Makefile b/examples/Blink/Makefile index 12cd3e6..1c61004 100644 --- a/examples/Blink/Makefile +++ b/examples/Blink/Makefile @@ -1,10 +1,6 @@ -ARDUINO_DIR = /Applications/Arduino.app/Contents/Resources/Java -PARSE_BOARD = ../../arduino-mk/ard-parse-boards - BOARD_TAG = uno ARDUINO_PORT = /dev/cu.usb* - ARDUINO_LIBS = -include ../../arduino-mk/Arduino.mk +include $(ARDMK_DIR)/arduino-mk/Arduino.mk -- cgit v1.2.3