move decompile to the makefile

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

@ -455,10 +455,6 @@ disassemble() {
"${AVR_OBJDUMP}" -C -d "${ELF_FILE_PATH}"
}
decompile() {
disassemble
}
clean() {
find_sketch
build_paths

Loading…
Cancel
Save