mirror of
https://git.zx2c4.com/wireguard-go
synced 2025-09-18 20:57:50 +02:00
7 lines
81 B
Batchfile
Executable File
7 lines
81 B
Batchfile
Executable File
@echo off
|
|
|
|
REM builds wireguard for windows
|
|
|
|
go get
|
|
go build -o wireguard-go.exe
|