From 7e75c2a77af12ab54d4a72b6774f8d49b4944499 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Sun, 9 Jun 2024 19:40:27 +0700 Subject: [PATCH] save --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 302bca0..b35654b 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +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/ + cd ../libmdbx && make dist && cp dist/* ./../mdbx-go/mdbxdist/ + pwd cp mdbxdist/mdbx.h mdbx/ cp mdbxdist/mdbx.c mdbx/