From b8fa2e86fe6aa1e1906cc051a8ea915b6f1b4d43 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Tue, 14 Feb 2012 22:12:57 +0100 Subject: Fixed typo in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf