We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2a841 commit 1686cb2Copy full SHA for 1686cb2
build.sh
@@ -2,6 +2,6 @@
2
3
coq_makefile -R "." Cat -o makefile $(find . -name "*v")
4
5
-make
+make -j `nproc`
6
7
rm makefile makefile.conf
0 commit comments