From 848d3b6cd47233fe24256ee2df55ba814b587c29 Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Thu, 16 Sep 2021 19:31:05 +0800 Subject: [PATCH] fix makefile err --- tests/examples/c/makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/examples/c/makefile b/tests/examples/c/makefile index fa9ea73f6e..f364eb76fc 100644 --- a/tests/examples/c/makefile +++ b/tests/examples/c/makefile @@ -7,7 +7,6 @@ LFLAGS = '-Wl,-rpath,/usr/local/taos/driver/' -ltaos -lpthread -lm -lrt CFLAGS = -O3 -g -Wall -Wno-deprecated -fPIC -Wno-unused-result -Wconversion \ -Wno-char-subscripts -D_REENTRANT -Wno-format -D_REENTRANT -DLINUX \ -Wno-unused-function -D_M_X64 -I/usr/local/taos/include -std=gnu99 \ - -I../../../deps/cJson/inc all: $(TARGET) @@ -38,4 +37,4 @@ clean: rm $(ROOT)clientcfgtest-wrongjson rm $(ROOT)clientcfgtest-wrongvalue rm $(ROOT)clientcfgtest-taosd - \ No newline at end of file + -- GitLab