view Makefile @ 57:b8b3768f8d54

added functions to load interactions and indicators
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 29 Oct 2010 01:53:38 -0400
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