From 11e58a92f540740a297eb131819c59d6a077567a Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 14 Mar 2012 22:41:46 +0100 Subject: wimmel_gl: Draw rects around matching subimages All red dots in the GL rendering represent a top-left corner of a matching rectangle. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit