Skip to content

Instantly share code, notes, and snippets.

@natmchugh
Created May 6, 2015 07:37
Show Gist options
  • Save natmchugh/a9cd73c39e1acfa0eb56 to your computer and use it in GitHub Desktop.
Save natmchugh/a9cd73c39e1acfa0eb56 to your computer and use it in GitHub Desktop.
Makefile for fast coll
fastcoll:
g++ -O3 *.cpp -lboost_filesystem -lboost_program_options -lboost_system -o fastcoll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment