remove obsolete compile-all target

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

@ -517,16 +517,6 @@ build_all () {
}
compile_all () {
plugins="$(find_all_sketches)"
for plugin in ${plugins}; do
export SKETCH="${plugin}"
$0 "${plugin}" compile
done
}
size () {
compile

Loading…
Cancel
Save