diff options
author | Jesse Vincent <jesse@keyboard.io> | 2017-02-19 17:04:09 -0800 |
---|---|---|
committer | Jesse Vincent <jesse@keyboard.io> | 2017-02-19 17:04:09 -0800 |
commit | a0e03fa82c999744b8b2d449784f1e14bf8dc21f (patch) | |
tree | edbb8421e1a994a25691f1cdfe488d12d0e26be6 /Makefile | |
parent | 12f774d34c66429c59eb0564f5327d9d148e9ca7 (diff) | |
download | model01-firmware-a0e03fa82c999744b8b2d449784f1e14bf8dc21f.tar.gz model01-firmware-a0e03fa82c999744b8b2d449784f1e14bf8dc21f.tar.bz2 model01-firmware-a0e03fa82c999744b8b2d449784f1e14bf8dc21f.zip |
snapshot sketch and infrastructure from the Kaleidoscope example
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e73d34f --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +# default action for `make` is `build` +build: + +astyle: + find . -type f -name \*.cpp |xargs -n 1 astyle --style=google + find . -type f -name \*.ino |xargs -n 1 astyle --style=google + find . -type f -name \*.h |xargs -n 1 astyle --style=google + +%: + @tools/kaleidoscope-builder $@ |