summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-03-14 22:41:46 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-03-14 22:41:46 +0100
commit11e58a92f540740a297eb131819c59d6a077567a (patch)
tree9adb5035f0ed563b11f3b2c5ffc7cfc72f8a92e3 /Makefile
parent741859d0bda6ae5281ed6b7e5169a1d2d1746744 (diff)
downloadcv-11e58a92f540740a297eb131819c59d6a077567a.tar.gz
cv-11e58a92f540740a297eb131819c59d6a077567a.tar.bz2
cv-11e58a92f540740a297eb131819c59d6a077567a.zip
wimmel_gl: Draw rects around matching subimages
All red dots in the GL rendering represent a top-left corner of a matching rectangle.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b3255d..310f1d9 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ OBJS = wimmel.o wimmel_gl.o util.o
all: $(PROGS)
wimmel: wimmel.o util.o
-wimmel_gl: wimmel_gl.o
+wimmel_gl: wimmel_gl.o util.o
.PHONY: clean all