view Makefile @ 66:56fe4ef1377e

generalized map combination to different functions
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Sun, 07 Nov 2010 01:34:43 -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