#!/bin/sh

g++ --std=c++0x -o driver driver.cc -lbobcat
# g++ --std=c++0x -o driver driver.cc ../*.o -lbobcat
