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