Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Dec 21, 2024
1 parent 1588ccd commit 3b96503
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ 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 -R dist/* ./../mdbx-go/mdbxdist/
pwd
cp -R ./../libmdbx/dist/* ./mdbxdist/
cp mdbxdist/mdbx.h mdbx/
cp mdbxdist/mdbx.c mdbx/

0 comments on commit 3b96503

Please sign in to comment.