|
|
@ -466,26 +466,6 @@ find_all_sketches () {
|
|
|
|
done | sort
|
|
|
|
done | sort
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
build_all () {
|
|
|
|
|
|
|
|
plugins="$(find_all_sketches)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for plugin in ${plugins}; do
|
|
|
|
|
|
|
|
export SKETCH="${plugin}"
|
|
|
|
|
|
|
|
$0 "${plugin}" build
|
|
|
|
|
|
|
|
done
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compile_all () {
|
|
|
|
|
|
|
|
plugins="$(find_all_sketches)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for plugin in ${plugins}; do
|
|
|
|
|
|
|
|
export SKETCH="${plugin}"
|
|
|
|
|
|
|
|
$0 "${plugin}" compile
|
|
|
|
|
|
|
|
done
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
size () {
|
|
|
|
size () {
|
|
|
|
compile
|
|
|
|
compile
|
|
|
|
|
|
|
|
|
|
|
|