view Makefile @ 80:9a51372607d6

added MIT license to the project
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Sun, 13 Mar 2011 17:18:17 -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