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