comparison Makefile @ 4:6509f5b1d795

updated and added makefile to compile C++ code using opencv in its directory, whipped up simple test to read the pixels in BW images
author Nicolas Saunier <nico@confins.net>
date Fri, 23 Oct 2009 00:26:47 -0400
parents ace29ecfb846
children 59b7e3954178
comparison
equal deleted inserted replaced
3:ace29ecfb846 4:6509f5b1d795
1 # put test for platform 1 # put test for platform
2 2
3 INCLUDE=./include 3 INCLUDE=./include
4
5 clibrary:
6 @cd $(PWD)/c && make