#!/bin/bash

g++ --std=c++0x -Wall -O2 -odriver driver.cc ../*.cc -lbobcat
