From 12cdc44ca5d16b05afa4483664dd1358f503be7b Mon Sep 17 00:00:00 2001 From: zhaoyanggh Date: Wed, 25 Aug 2021 16:55:31 +0800 Subject: [PATCH] fix typo --- tests/examples/c/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/examples/c/makefile b/tests/examples/c/makefile index 177c85507a..be6efbe32a 100644 --- a/tests/examples/c/makefile +++ b/tests/examples/c/makefile @@ -26,5 +26,5 @@ clean: rm $(ROOT)batchprepare rm $(ROOT)stream rm $(ROOT)subscribe - rm $(ROOT)apitest] + rm $(ROOT)apitest rm $(ROOT)stmt -- GitLab