diff options
| author | Sudar <sudar@sudarmuthu.com> | 2014-02-04 17:54:46 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2014-02-04 18:26:43 +0530 |
| commit | e8634fb6421ab58e799d47776af461ebf3ca25e5 (patch) | |
| tree | aa0cc12c03fc806fa0ad1da5c646b80ee022c9de /README.md | |
| parent | 9a49615e078d1ccab0398b5c439fad5107cfad88 (diff) | |
Document all the variables that can be overridden in child makefile
Huge thanks to @sej7278 for doing this
Fix #75
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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`. |
