Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. all: benchmark
  2.  
  3. benchmark: main.cc
  4. g++ -std=c++0x -O3 -o benchmark main.cc -lboost_timer -lboost_system
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement