#!/bin/bash

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