#!/bin/bash


# make sure you supply -I and -L arguments so that the nettle and NTL
# header files and binaries are found.

g++ "$@" -g -Iinclude -I/Users/shoup/u/sw/include -L/Users/shoup/u/sw/lib crypto.a -lnettle -lntl -lm

