List objs in Makefile not srcs

master
Bert Münnich 2017-10-23 10:28:28 +02:00
parent 79bcc2ba4a
commit 96445c3268
1 changed files with 2 additions and 3 deletions

View File

@ -31,9 +31,8 @@ LIB_GIF_1 = -lgif
LDLIBS = -lImlib2 -lX11 -lXft \
$(LIB_EXIF_$(HAVE_LIBEXIF)) $(LIB_GIF_$(HAVE_GIFLIB))
SRCS = autoreload_$(AUTORELOAD).c commands.c image.c main.c options.c \
thumbs.c util.c window.c
OBJS = $(SRCS:.c=.o)
OBJS = autoreload_$(AUTORELOAD).o commands.o image.o main.o options.o \
thumbs.o util.o window.o
all: sxiv