From e2d770c62952756e8e8ce0969158c83e8f106419 Mon Sep 17 00:00:00 2001 From: Leo Yuriev Date: Fri, 21 Jul 2017 17:07:08 +0300 Subject: [PATCH] mdbx: fix title in the Makefile (minor). Change-Id: I8c77b226f55044c67b3a591da5257bf3886c00b0 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 253cc479..f0016129 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ -# GNU Makefile for libmdbx (reliable lightning memory-mapped DB library for Linux). -# https://github.com/ReOpen/libmdbx +# GNU Makefile for libmdbx, https://github.com/ReOpen/libmdbx ######################################################################## # Configuration. The compiler options must enable threaded compilation.