view Makefile @ 38:0d321c23d337

added norm functions for Point and accessor methods for MovingObject
author Nicolas Saunier <nico@confins.net>
date Tue, 18 May 2010 17:35: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