Question

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

Was it helpful?

Solution 2

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

OTHER TIPS

Yes you can you need to go to your project, right click OPTIONS under BUILD choose CUSTOM COMMANDS and then add a Build command "make"

You can do the same for a "make clean"

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top