mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-30 16:13:55 +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
|