Browse Source

Small fix.

master
Ray Burgemeestre 5 years ago
parent
commit
095224eacb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      benchmarklib/Makefile

+ 1
- 1
benchmarklib/Makefile View File

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


package: package:
rm -rf out rm -rf out

Loading…
Cancel
Save