10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 11:25:26 +02:00

Fix merging problem

This commit is contained in:
TApplencourt 2016-01-15 16:29:44 +01:00
parent a2eb71bb27
commit 8818ef929e

View File

@ -77,4 +77,3 @@ NCPUs=$(cat /proc/cpuinfo | grep -i MHz | wc -l)
${QP_ROOT}/bin/opam install -j ${NCPUs} ${PACKAGES} -y -q || exit 1
rm -f ../_build/ocaml.log
exit 0