From 2d8ea4cd73ac9982fa616357d56892f0b12cd5f0 Mon Sep 17 00:00:00 2001 From: web3-developer <51288821+web3-developer@users.noreply.github.com> Date: Wed, 27 Mar 2024 00:03:25 +0800 Subject: [PATCH] Build hunter tool as a separate binary. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c0fe32333..b817f8151 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,8 @@ EXCLUDED_NIM_PACKAGES := \ # debugging tools + testing tools TOOLS := \ test_tools_build \ - persist + persist \ + hunter TOOLS_DIRS := \ tests \ premix