# makefile for gfmcmc
# type "make clean" to clean up all the object files
# this used to be elaborate, but I got tired of
# what seem to be compatibility problems with ar and ld
# under darwin


OBJS = src/GFMCMC.o src/GFMCMC_DrawingUtilities.o 

clean :  
	rm -f $(OBJS)
