remove obsolete? build-all target

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent 651d0bc5b4
commit bb9de38354
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

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

Loading…
Cancel
Save