ZeroTierOne/build.bat
2020-06-16 22:26:47 -07:00

5 lines
69 B
Batchfile

echo off
mkdir build
cd build
cmake .. -G "MinGW Makefiles"
make -j4