summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Vincent <jesse@keyboard.io>2017-02-19 17:04:09 -0800
committerJesse Vincent <jesse@keyboard.io>2017-02-19 17:04:09 -0800
commita0e03fa82c999744b8b2d449784f1e14bf8dc21f (patch)
treeedbb8421e1a994a25691f1cdfe488d12d0e26be6 /Makefile
parent12f774d34c66429c59eb0564f5327d9d148e9ca7 (diff)
downloadmodel01-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--Makefile10
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 $@