summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2017-10-16 21:16:05 +0200
committerBert Münnich <ber.t@posteo.de>2017-10-16 21:16:05 +0200
commit24cf812bb2616b908b4f3501fca2bb0f7f092949 (patch)
tree644f0de8eb30486e41a292a94890f05c8e6ccd9a
parent2cf9cfc700cf0e6af92d6fd103e5d7398a51b478 (diff)
downloadnsxiv-24cf812bb2616b908b4f3501fca2bb0f7f092949.tar.zst
No more config.mk
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6786c63..f95d377 100644
--- a/Makefile
+++ b/Makefile
@@ -33,8 +33,6 @@ LIB_GIF_1 = -lgif
LDLIBS = -lImlib2 -lX11 -lXft \
$(LIB_EXIF_$(HAVE_LIBEXIF)) $(LIB_GIF_$(HAVE_GIFLIB))
--include config.mk
-
SRCS = autoreload_$(AUTORELOAD).c commands.c image.c main.c options.c \
thumbs.c util.c window.c
OBJS = $(SRCS:.c=.o)