CFLAGS += -Wall $(shell gsl-config --cflags) LDLIBS += $(shell gsl-config --libs) main: main.o qnewton.o adapt.o