From a8cf88eaa77bf13208000076707bf83aacb31c86 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 24 Oct 2020 01:26:21 -0700 Subject: [PATCH] move decompile to the makefile --- bin/kaleidoscope-builder | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index 3a7e039f..4ac27d5b 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -455,10 +455,6 @@ disassemble() { "${AVR_OBJDUMP}" -C -d "${ELF_FILE_PATH}" } -decompile() { - disassemble -} - clean() { find_sketch build_paths