vampirefrog/mdxtools

Makefile issue

jthecodebuilder opened this issue · 2 comments

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

What is the issue you're experiencing?

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