You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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/keyboardio-builder $@
|