view Makefile @ 31:c000f37c316d

moved tests to independent file, added chi2 computation
author Nicolas Saunier <nico@confins.net>
date Sat, 13 Feb 2010 19:46:33 -0500
parents 59b7e3954178
children fea680fb03ee
line wrap: on
line source

# put test for platform

INCLUDE=./include

clibrary:
	@cd $(PWD)/c && make

clean:
	@cd $(PWD)/c && make clean