浏览代码

We should really just call make and not make all

Andy Cedilnik 22 年之前
父节点
当前提交
b2e2c29d97
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Source/cmaketest.cxx

+ 0 - 1
Source/cmaketest.cxx

@@ -223,7 +223,6 @@ int do_cmaketest (int argc, char **argv)
       }
     
     // now build
-    makeCommand += " all";
     }
 
   std::cout << "Running make command: " << makeCommand.c_str() << " ...\n";