summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2012-02-14 22:12:57 +0100
committerBert Münnich <ber.t@gmx.com>2012-02-14 22:12:57 +0100
commitb8fa2e86fe6aa1e1906cc051a8ea915b6f1b4d43 (patch)
treeef71ed571e5e8cd94c1beb0c23a88e499f59716f /Makefile
parentb410c022a881b98c69639dcca039863dea95de83 (diff)
downloadnsxiv-b8fa2e86fe6aa1e1906cc051a8ea915b6f1b4d43.tar.zst
Fixed typo in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dc28163..518a4a6 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ LIBS = -lX11 -lImlib2 -lgif
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
-SRC = commands.c exif.c image.c main.c options.c thumbs.c util.c window.c
+SRC = commands.c image.c main.c options.c thumbs.c util.c window.c
OBJ = $(SRC:.c=.o)
all: options sxiv