diff 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
line wrap: on
line diff
--- a/Makefile	Thu Oct 22 16:12:09 2009 -0400
+++ b/Makefile	Fri Oct 23 00:26:47 2009 -0400
@@ -1,3 +1,6 @@
 # put test for platform
 
-INCLUDE=./include
\ No newline at end of file
+INCLUDE=./include
+
+clibrary:
+	@cd $(PWD)/c && make
\ No newline at end of file