From 9003883edc83320300ef2ebf56e89870b7d4d6cc Mon Sep 17 00:00:00 2001 From: Feng Chao Date: Tue, 5 Nov 2024 20:23:45 +0800 Subject: [PATCH] Update makefile to remove the stmt.c which doesn't exist --- tests/script/api/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/api/makefile b/tests/script/api/makefile index 9c2bb6be3d..6b8a920e33 100644 --- a/tests/script/api/makefile +++ b/tests/script/api/makefile @@ -22,7 +22,7 @@ exe: gcc $(CFLAGS) ./insert_stb.c -o $(ROOT)insert_stb $(LFLAGS) gcc $(CFLAGS) ./tmqViewTest.c -o $(ROOT)tmqViewTest $(LFLAGS) gcc $(CFLAGS) ./stmtQuery.c -o $(ROOT)stmtQuery $(LFLAGS) - gcc $(CFLAGS) ./stmt.c -o $(ROOT)stmt $(LFLAGS) + # gcc $(CFLAGS) ./stmt.c -o $(ROOT)stmt $(LFLAGS) gcc $(CFLAGS) ./stmt2.c -o $(ROOT)stmt2 $(LFLAGS) gcc $(CFLAGS) ./stmt2-example.c -o $(ROOT)stmt2-example $(LFLAGS) gcc $(CFLAGS) ./stmt2-get-fields.c -o $(ROOT)stmt2-get-fields $(LFLAGS)