#:ts=8
#
# $Id$
#
# Makefile CNCL lib/stat/test
#
TOPDIR	= ../../..

include $(TOPDIR)/make.conf



TESTS	= tMoments


all:	$(TESTS)

tMoments:	tMoments.o
	$(CC) $(LFLAGS) -o tMoments tMoments.o $(LIBS)

clean veryclean::
	rm -f $(TESTS)

# Common stuff
include $(TOPDIR)/make.common
