We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be2284 commit c6931ebCopy full SHA for c6931eb
scripts/install.js
@@ -141,7 +141,7 @@ subninja runtime/release.ninja
141
subninja others/release.ninja
142
subninja $stdlib/release.ninja
143
${process.env.BS_TRAVIS_CI ? "subninja test/build.ninja\n" : "\n"}
144
-build all: phony runtime others $stdlib
+o all: phony runtime others $stdlib
145
`;
146
var filePath = path.join(jscomp_dir, "release.ninja");
147
fs.writeFileSync(filePath, releaseNinja, "ascii");
0 commit comments