From ea80c735207d72b22a953374296a5255d903ba4e Mon Sep 17 00:00:00 2001 From: Bert Date: Mon, 21 Feb 2011 16:49:34 +0100 Subject: Fixed title for thumbnail mode --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 78c99c9..250c5a3 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ VERSION=git-20110221 CC?=gcc PREFIX?=/usr/local -CFLAGS+= -Wall -pedantic -DVERSION=\"$(VERSION)\" -g +CFLAGS+= -Wall -pedantic -DVERSION=\"$(VERSION)\" LDFLAGS+= LIBS+= -lX11 -lImlib2 -- cgit v1.2.3-54-g00ecf