ZeroTierOne/attic/go/build.bat
2020-12-10 15:35:48 -05:00

6 lines
75 B
Batchfile

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