view Makefile @ 104:13187af8622d

finally added the representation of intervals
author Nicolas Saunier <nico@confins.net>
date Thu, 14 Jul 2011 17:15:09 -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