From 18316317f7e95b63199b1d2c3d20f2298c4943aa Mon Sep 17 00:00:00 2001 From: Hui Li <52318143+plum-lihui@users.noreply.github.com> Date: Thu, 27 Oct 2022 18:03:38 +0800 Subject: [PATCH] modify makefile --- tests/script/api/makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/script/api/makefile b/tests/script/api/makefile index 52c9fcbdf8..75a2273f12 100644 --- a/tests/script/api/makefile +++ b/tests/script/api/makefile @@ -17,6 +17,5 @@ exe: clean: rm $(ROOT)batchprepare - rm $(ROOT)stmtBatchTest - rm $(ROOT)stmtTest - rm $(ROOT)stmt_function + rm $(ROOT)stopquery + rm $(ROOT)dbTableRoute -- GitLab