tdenniston / bish

Bish is a language that compiles to Bash. It's designed to give shell scripting a more comfortable and modern feel.
MIT License
1.48k stars 36 forks source link

Improve Makefile #13

Closed noahmorrison closed 9 years ago

noahmorrison commented 9 years ago

Just some minor improvements to the Makefile

Let me know if you want anything changed, I'll update the PR.

tdenniston commented 9 years ago

Thanks for these fixes. One change: could you rename CFLAGS to CXXFLAGS? I believe that is conventional, since all of bish's components are C++, not C. I should have done that initially.