From 08142486a01e9b812d06aa04ece73c052814beee Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Sun, 9 Jun 2024 19:39:34 +0700 Subject: [PATCH] save --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f7630e3..302bca0 100644 --- a/Makefile +++ b/Makefile @@ -28,5 +28,7 @@ tools: clean cd mdbxdist && MDBX_BUILD_TIMESTAMP=unknown CFLAGS="${CFLAGS} -Wno-unknown-warning-option -Wno-enum-int-mismatch -Wno-strict-prototypes -Wno-unused-but-set-variable" make tools cp: + cd ../libmdbx && make dist + cp ../dist/* ./../mdbx-go/mdbxdist/ cp mdbxdist/mdbx.h mdbx/ cp mdbxdist/mdbx.c mdbx/