#!/bin/bash

# For development purposes:

g++ `cat ../../c++std` -O2 -Wall -o driver -isystem ../../tmp driver.cc \
    -L ../../tmp/lib/ -lbobcat
