CFLAGS = -Wall -std=gnu1x $$(gsl-config --cflags)
LDLIBS = $$(gsl-config --libs)

.PHONEY:all
all:out.txt
	cat $<

out.txt: root
	./$< > $@
