Skip to content

Commit b95c36c

Browse files
committed
save
1 parent 1efedb6 commit b95c36c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ tools: clean
2828
cd libmdbx && MDBX_BUILD_TIMESTAMP=unknown CFLAGS="${CFLAGS} -Wno-unknown-warning-option -Wno-enum-int-mismatch -Wno-strict-prototypes -Wno-unused-but-set-variable" make tools
2929

3030
cp:
31-
#cd ../libmdbx && make dist
32-
cp -R ./../libmdbx/dist/* ./libmdbx/
31+
cd ../libmdbx && make clean
32+
cp -R ./../libmdbx/* ./libmdbx/

0 commit comments

Comments
 (0)