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

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

Loading…
Cancel
Save