1
0
mirror of https://github.com/zerotier/ZeroTierOne.git synced 2025-03-12 04:36:29 -07:00
2017-05-04 10:42:22 -07:00

6 lines
153 B
Makefile

all:
g++ -O6 -ftree-vectorize -o FindGoodSegmentDelimiters FindGoodSegmentDelimiters.cpp -lboost_thread -lpthread
clean:
rm FindGoodSegmentDelimiters