vampirefrog / mdxtools

A bunch of tools for handling the MDX music format (music for the Sharp x68000)
GNU General Public License v3.0
72 stars 15 forks source link

Makefile issue #1

Open jthecodebuilder opened 7 years ago

jthecodebuilder commented 7 years ago

"cc" in makefile should be "cxx" just like the others

vampirefrog commented 7 years ago

What is the issue you're experiencing?

jthecodebuilder commented 7 years ago

On line 35 is $(cc), and that causes a error, but if i change it to $(cxx), it compiles fine

vampirefrog commented 1 day ago

Could you try again now? I've since rewritten mdxtools. Thanks!