summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2017-10-23 10:28:28 +0200
committerBert Münnich <ber.t@posteo.de>2017-10-23 10:28:28 +0200
commit96445c32687fe5ed4997d75a8551c082f04bce7f (patch)
treeec4c93e29f605245f5e2cb1d1afe6bdbeeaffc99
parent79bcc2ba4aa7a298311eb3673cfff735e89ea573 (diff)
downloadnsxiv-96445c32687fe5ed4997d75a8551c082f04bce7f.tar.zst
List objs in Makefile not srcs
-rw-r--r--Makefile5
1 files 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