diff options
author | Bert Münnich <ber.t@posteo.de> | 2017-10-16 21:16:05 +0200 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2017-10-16 21:16:05 +0200 |
commit | 24cf812bb2616b908b4f3501fca2bb0f7f092949 (patch) | |
tree | 644f0de8eb30486e41a292a94890f05c8e6ccd9a | |
parent | 2cf9cfc700cf0e6af92d6fd103e5d7398a51b478 (diff) |
No more config.mk
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) |