#!/bin/bash

# For development purposes:

g++ --std=c++14 -O2 -Wall -o driver -isystem ../../tmp driver.cc \
    -L ../../tmp/lib/ -lbobcat -lcrypto
