Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MonoDevelop 支持 Makefile 集成。 但是我如何从 Makefile 内部知道当前的构建配置(调试/发布)?
是的,您需要转到您的项目,右键单击 BUILD 下的 OPTIONS 选择 CUSTOM COMMANDS 然后添加构建命令“make”
你可以为“make clean”做同样的事情
显然,你不能那样做。嗯,好吧。