view Makefile @ 102:abfc54c097d4

removed import of Point from moving in cvutils
author Nicolas Saunier <nico@confins.net>
date Wed, 13 Jul 2011 15:15:24 -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