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

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