mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-10 15:02:56 +00:00
6 lines
153 B
Makefile
6 lines
153 B
Makefile
|
all:
|
||
|
g++ -O6 -ftree-vectorize -o FindGoodSegmentDelimiters FindGoodSegmentDelimiters.cpp -lboost_thread -lpthread
|
||
|
|
||
|
clean:
|
||
|
rm FindGoodSegmentDelimiters
|