From e8634fb6421ab58e799d47776af461ebf3ca25e5 Mon Sep 17 00:00:00 2001 From: Sudar Date: Tue, 4 Feb 2014 17:54:46 +0530 Subject: Document all the variables that can be overridden in child makefile Huge thanks to @sej7278 for doing this Fix #75 --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7561c97..28d85e6 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ This is a very simple Makefile which knows how to build Arduino sketches. It def ## Features - Very robust +- Highly customizable - Supports all official AVR-based Arduino boards - Supports chipKIT - Works on all three major OS (Mac, Linux, Windows) @@ -91,6 +92,8 @@ On Windows (using cygwin), you might want to set: - `ARDMK_DIR` - Path where the `*.mk` are present. If you installed the package, then it is usually `/usr/share/arduino` - `AVR_TOOLS_DIR` - Path where the avr tools chain binaries are present. If you are going to use the binaries that came with Arduino installation, then you don't have to set it. +The list of all variables that can be overridden is available at [arduino-mk-vars.md](arduino-mk-vars.md) file. + ## Including Libraries You can specify space separated list of libraries that are needed for your sketch to the variable `ARDUINO_LIBS`. -- cgit v1.2.3