mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-23 23:47:27 +02:00
6 lines
75 B
Batchfile
6 lines
75 B
Batchfile
echo off
|
|
mkdir build
|
|
cd build
|
|
cmake .. -G "MinGW Makefiles"
|
|
make -j4
|
|
cd ..
|