CXX = g++
CXXFLAGS  += -Wall -O -std=c++0x
LDLIBS += -lstdc++ `gsl-config --libs`

test:adapt
	./adapt
adapt: adapt.o
