diff options
| author | George Hazan <ghazan@miranda.im> | 2020-06-14 13:55:06 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2020-06-14 13:55:06 +0300 |
| commit | 52e4ddcd83b3b64bcf97fdfcfa1120c87b7b3eb4 (patch) | |
| tree | 991ccd18cf211ae6e956d9d06002e351cd7a174d /libs/libmdbx/src/Makefile | |
| parent | 8862cf78b01bb4b9ae0da13b8e6acbf94f7c1cbe (diff) | |
fixes #2450 (Update libmdbx to 0.8.1)
Diffstat (limited to 'libs/libmdbx/src/Makefile')
| -rw-r--r-- | libs/libmdbx/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libmdbx/src/Makefile b/libs/libmdbx/src/Makefile index 0595d23524..1898655ec2 100644 --- a/libs/libmdbx/src/Makefile +++ b/libs/libmdbx/src/Makefile @@ -1,4 +1,4 @@ -all install mdbx tools strip clean test check dist test-singleprocess test-fault memcheck test-valgrind cross-gcc cross-qemu bench bench-quartet clean-bench: +all bench bench-quartet build-test check clean clean-bench cross-gcc cross-qemu dist gcc-analyzer install mdbx memcheck reformat release-assets strip test test-asan test-fault test-leak test-singleprocess test-ubsan test-valgrind tools: @CC=$(CC) \ CXX=`if test -n "$(CXX)" && which "$(CXX)" > /dev/null; then echo "$(CXX)"; elif test -n "$(CCC)" && which "$(CCC)" > /dev/null; then echo "$(CCC)"; else echo "c++"; fi` \ `which gmake || which gnumake || echo 'echo "GNU Make is required"; exit 2;'` \ |
