Ver código fonte

Small fix.

master
Ray Burgemeestre 5 anos atrás
pai
commit
095224eacb
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      benchmarklib/Makefile

+ 1
- 1
benchmarklib/Makefile Ver arquivo

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

Carregando…
Cancelar
Salvar