Parcourir la source

Small fix.

master
Ray Burgemeestre il y a 5 ans
Parent
révision
095224eacb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      benchmarklib/Makefile

+ 1
- 1
benchmarklib/Makefile Voir le fichier

@@ -12,7 +12,7 @@ impl:
pushd benchmarklib && \
CXX=$$(which c++) cmake -DSTATIC=1 -DBOOST_ROOT=/opt/cppse/build/boost . && \
make -j $$(nproc) && \
make install && \
make install

package:
rm -rf out

Chargement…
Annuler
Enregistrer