diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-06-25 15:26:46 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-06-26 01:04:41 +0200 |
commit | d36536e3743f5868f39908762bdab728802232b3 (patch) | |
tree | 782fcae9c4861a66260a0b87396d9765e543ecf4 /.gitignore | |
parent | 3f2c2fdaa542cf9a0a170d56d2dc1bd16144f6b8 (diff) |
Use 'arduino-mk' as build system.
It feels simpler than `arduino-builder` and we can rely on more
OS-shipped components.
Also for some reason with `arduino-builder` weak symbols don't always
seem to be overriden properly.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..796b96d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/build |