Explorar el Código

Small fix.

master
Ray Burgemeestre hace 5 años
padre
commit
095224eacb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      benchmarklib/Makefile

+ 1
- 1
benchmarklib/Makefile Ver fichero

@@ -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

Cargando…
Cancelar
Guardar