mdxtools
mdxtools copied to clipboard
Makefile issue
"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