Skip to content

Commit 1686cb2

Browse files
committed
Use more CPU cores for building the project.
1 parent 8b2a841 commit 1686cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
coq_makefile -R "." Cat -o makefile $(find . -name "*v")
44

5-
make
5+
make -j `nproc`
66

77
rm makefile makefile.conf

0 commit comments

Comments
 (0)