From 290a4986d6e8dcbc0fcb03c4135eed911b28765f Mon Sep 17 00:00:00 2001 From: Sudar Date: Thu, 11 Jul 2013 21:10:40 +0530 Subject: Make `ARDMK_PATH` and `ARDMK_DIR` backward compatible When support for ChipKit was added recently (issue #98) it broke the way ARDMK_PATH and ARDMK_DIR were handled, if the package was installed through package. It was only working if you have done a git checkout. This commit fixes it, but searching for `Common.mk` both in `ARDMK_DIR/arduino-mk` and `ARDMK_DIR/` directories. Fix #110 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8ba07bc..819eff0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ On the Mac you might want to set: On Linux, you might prefer: ARDUINO_DIR = /usr/share/arduino - ARDMK_DIR = /usr/local + ARDMK_DIR = /usr AVR_TOOLS_DIR = /usr The Makefile also delegates resetting the board to a short Perl program. -- cgit v1.2.3