List objs in Makefile not srcs
This commit is contained in:
parent
79bcc2ba4a
commit
96445c3268
5
Makefile
5
Makefile
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user