From 24cf812bb2616b908b4f3501fca2bb0f7f092949 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bert=20M=C3=BCnnich?= <ber.t@posteo.de>
Date: Mon, 16 Oct 2017 21:16:05 +0200
Subject: [PATCH] No more config.mk

---
 Makefile | 2 --
 1 file changed, 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)