mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
6 lines
140 B
Text
6 lines
140 B
Text
all:
|
|
gcc singleNode.c -I ../../include/ ../../.libs/libraft.a -o singleNode -luv -llz4 -lpthread -g
|
|
clean:
|
|
rm -f singleNode
|
|
sh clear.sh
|
|
|