mdxtools icon indicating copy to clipboard operation
mdxtools copied to clipboard

Makefile issue

Open jthecodebuilder opened this issue 9 years ago • 3 comments

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

jthecodebuilder avatar Dec 10 '16 04:12 jthecodebuilder

What is the issue you're experiencing?

vampirefrog avatar Dec 11 '16 10:12 vampirefrog

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

jthecodebuilder avatar Jan 14 '17 23:01 jthecodebuilder