TDengine/tests/script/http/makefile

9 lines
204 B
Makefile
Raw Normal View History

all:
2021-08-30 02:51:25 +00:00
gcc -g httpTest.c -o httpTest -lpthread
gcc -g httpTestSqlt.c -o httpTestSqlt -lpthread
gcc -g httpTestSqlUtc.c -o httpTestSqlUtc -lpthread
clean:
rm httpTest
rm httpTestSqlt
rm httpTestSqlUtc