#! /bin/sh
gcc -Wall -c clustddp.h clustddp.c initialize.c mcmc.c calcdist.c mmath.c posterior.c eesampler.c lik.c ering.c
gcc *.o -lgsl -lgslcblas -lm -o nestedcluster
rm -rf *.o

