CapsCollective / raylib-cpp-starter

A portable, automated template for raylib projects with C++ bindings
Other
68 stars 17 forks source link

Updated Makefile to use CXXFLAGS for macro passing #13

Closed jonjondev closed 2 years ago

jonjondev commented 2 years ago

As the title suggests, I've updated the Makefile to use the standard CXXFLAGS argument for passing in macro definitions to align with changes to the build system here.