view Makefile @ 41:eb78c6edc0c8

added drawing for Point
author Nicolas Saunier <nico@confins.net>
date Fri, 28 May 2010 20:25:45 -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