Search code examples
makefilemonodevelopbuildconfiguration

How to pass MonoDevelop build configuration to Makefile?


MonoDevelop supports Makefile integration.
But how do I know current build configuration (Debug/Release) from inside of Makefile?


Solution

  • Apparently, you can't do that. Um, okay.