Skip to content
Snippets Groups Projects
Commit 55ee8e66 authored by Ralf Jung's avatar Ralf Jung
Browse files

opam: build in parallel

parent 4027fedc
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ bug-reports: "https://gitlab.mpi-sws.org/FP/iris-coq/issues"
license: "BSD"
dev-repo: "https://gitlab.mpi-sws.org/FP/iris-coq"
build: [
[make]
[make "-j%{jobs}%"]
]
install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iris'" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment