CPPFLAGS=-I../..
LDFLAGS=-lgmp -lpthread

all:
	g++ -D_TEST -Wall -O2 $(CPPFLAGS) borwein.cpp -o borwein $(LDFLAGS)
	