view Makefile @ 74:d3e1a7cf3375

added functions to get simply the values of indicators (and arccos transform for cosines
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 21 Jan 2011 18:27:55 -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