diff options
author | Bert Münnich <ber.t@posteo.de> | 2017-10-23 10:28:28 +0200 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2017-10-23 10:28:28 +0200 |
commit | 96445c32687fe5ed4997d75a8551c082f04bce7f (patch) | |
tree | ec4c93e29f605245f5e2cb1d1afe6bdbeeaffc99 /Makefile | |
parent | 79bcc2ba4aa7a298311eb3673cfff735e89ea573 (diff) |
List objs in Makefile not srcs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |