Sfoglia il codice sorgente

We should really just call make and not make all

Andy Cedilnik 22 anni fa
parent
commit
b2e2c29d97
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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";