This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
rayburgemeestre
/
build-config
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Small fix.
master
Ray Burgemeestre
5 years ago
parent
4af41c8bf3
commit
095224eacb
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+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
Write
Preview
Loading…
Cancel
Save