summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2012-02-14 22:12:09 +0100
committerBert Münnich <ber.t@gmx.com>2012-02-14 22:12:09 +0100
commitb410c022a881b98c69639dcca039863dea95de83 (patch)
treee3342dcedf451432168aa91fd6f2a30df7b1b12e /Makefile
parent7177270c10b51f60753f45070565ac2fb7e130db (diff)
downloadnsxiv-b410c022a881b98c69639dcca039863dea95de83.tar.zst
Fix recreation of thumbnail cache file after manual reload
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 01b9136..dc28163 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = git-20120212
+VERSION = git-20120214
CC = gcc
CFLAGS = -ansi -Wall -pedantic -O2
@@ -8,7 +8,7 @@ LIBS = -lX11 -lImlib2 -lgif
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
-SRC = commands.c image.c main.c options.c thumbs.c util.c window.c
+SRC = commands.c exif.c image.c main.c options.c thumbs.c util.c window.c
OBJ = $(SRC:.c=.o)
all: options sxiv