view Makefile @ 64:c75bcdaed00f

added functions for plotting points
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 05 Nov 2010 11:07:44 -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