diff options
author | Bert <ber.t@gmx.com> | 2011-02-19 22:12:08 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-02-19 22:12:08 +0100 |
commit | a152f82ce6e010859232f83f466a4c1628bb18ed (patch) | |
tree | 938dc3ab7960900648a0768e7929a1eb5e3ebc0c /Makefile | |
parent | 2194df82ed76870829ef948cd2d53abbe8126457 (diff) |
Sync thumb selection & fileidx; check thumb view
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ VERSION=git-20110219 CC?=gcc PREFIX?=/usr/local -CFLAGS+= -Wall -pedantic -DVERSION=\"$(VERSION)\" +CFLAGS+= -Wall -pedantic -DVERSION=\"$(VERSION)\" -g LDFLAGS+= LIBS+= -lX11 -lImlib2 |