mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-03-12 04:36:29 -07:00
7 lines
75 B
Batchfile
7 lines
75 B
Batchfile
echo off
|
|
mkdir build
|
|
cd build
|
|
cmake .. -G "MinGW Makefiles"
|
|
make -j4
|
|
cd ..
|