#!/bin/bash

g++ -c *.cc
g++  -o driver *.o -L../tmp -lecdh -lbobcat -lcrypto
