From 3f929e37667c16daeb9166bd74fd13bab034766f Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Mon, 19 Jul 2021 20:17:03 +0300 Subject: [PATCH] mdbx-make: update thunk-makefile's target-list. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 75892cfe..c3f4eb2f 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,8 @@ clean install install-no-strip install-strip strip tools uninstall \ bench bench-clean bench-couple bench-quartet bench-triplet re-bench \ lib libmdbx mdbx mdbx_chk mdbx_copy mdbx_drop mdbx_dump mdbx_load mdbx_stat \ check dist memcheck cross-gcc cross-qemu doxygen gcc-analyzer reformat \ -release-assets tags test build-test mdbx_test \ -test-asan test-fault test-leak test-singleprocess test-ubsan test-valgrind: +release-assets tags test build-test mdbx_test smoke smoke-fault smoke-singleprocess \ +test-asan test-leak test-singleprocess test-ubsan test-valgrind: @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 3.80 or above is required"; exit 2;'` \