TDengine/tests/script/http/makefile
2021-08-30 10:51:25 +08:00

9 lines
No EOL
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