#! /bin/sh
gcc -Wall -c *.c *.h
gcc *.o -lgsl -lgslcblas -lm -o ../saint-int-ctrl
rm -rf *.o
rm -rf *.gch
