From bd2b3700c5c18dfa5b1da3ada0f2989b9de1d425 Mon Sep 17 00:00:00 2001 From: Ping Yu Date: Sun, 4 Aug 2024 11:03:01 +0800 Subject: [PATCH] remove "prepare_test_binaries" flag Signed-off-by: Ping Yu --- cdc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/cdc/Makefile b/cdc/Makefile index ced964bb..fa646710 100644 --- a/cdc/Makefile +++ b/cdc/Makefile @@ -191,6 +191,7 @@ clean: rm -rf bin rm -rf tools/bin rm -rf scripts/bin + rm prepare_test_binaries install_test_python_dep: @echo "install python requirments for test"