protodomemusic / mmml

Micro Music Macro Language - An MML Implementation for 1-Bit Music on AVR Microcontrollers
GNU General Public License v3.0
96 stars 6 forks source link

"Output written to..." (wrong target name) #1

Closed farvardin closed 4 years ago

farvardin commented 4 years ago

when we compile with the "-t gb" or "-t avr", the compiler still says "Output written to 'output.mmmldata'.", which is the output file only for the "-t data" option, and this message is quite misleading.

protodomemusic commented 4 years ago

Thanks for the heads up! It's been fixed and pushed.