mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
9 lines
204 B
Makefile
9 lines
204 B
Makefile
|
|
all:
|
||
|
|
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
|