标签: linux makefile option scons rebuild
使用make时,我可以指定' make -B'强制重建。
但如何用scons指定它,强制重建' all'或强制重建特定文件夹? 感谢。
答案 0 :(得分:9)
试试这个:
scons --clean [targets] scons --no-cache [targets]
参考:http://scons.tigris.org/issues/show_bug.cgi?id=438