Fixed typo in Makefile

This commit is contained in:
Bert Münnich 2012-02-14 22:12:57 +01:00
parent b410c022a8
commit b8fa2e86fe
1 changed files with 1 additions and 1 deletions

View File

@ -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