From 96445c32687fe5ed4997d75a8551c082f04bce7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Mon, 23 Oct 2017 10:28:28 +0200 Subject: [PATCH] List objs in Makefile not srcs --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8ecb4af..7a4dbdc 100644 --- a/Makefile +++ b/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