#!/bin/bash

# For development purposes:

g++ --std=c++0x -O2 -Wall -o driver -isystem ../../tmp driver.cc \
    -L ../../tmp/lib/ -lbobcat -lssl
