浏览代码

Small fix.

master
Ray Burgemeestre 5 年前
父节点
当前提交
095224eacb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      benchmarklib/Makefile

+ 1
- 1
benchmarklib/Makefile 查看文件

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

正在加载...
取消
保存