From a0e03fa82c999744b8b2d449784f1e14bf8dc21f Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 19 Feb 2017 17:04:09 -0800 Subject: snapshot sketch and infrastructure from the Kaleidoscope example --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 $@ -- cgit v1.2.3