#!/bin/bash

#g++ --std=c++14 -pthread -o driver --static driver.cc -L../../tmp/lib -lbobcat
g++ --std=c++14 -pthread -o driver driver.cc -lbobcat
