# WINDOW = 60 samples

moments:
	gcc -DWINDOW=60 -Wall -lgsl -lgslcblas -lm  -O $@.c -o $@

clean:
	rm moments

publish:
	./push.sh
