aboutsummaryrefslogtreecommitdiffstats
path: root/src/build.cmd
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2017-08-27 15:41:00 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2017-08-27 15:41:00 +0200
commit6f5ef153c3b578da99501cfcbe4f2e4a84d44708 (patch)
tree5fcdda37f8cde8be8b2f2afb3ebd6b337b0652ed /src/build.cmd
parentAdded fwmark code (diff)
downloadwireguard-go-6f5ef153c3b578da99501cfcbe4f2e4a84d44708.tar.xz
wireguard-go-6f5ef153c3b578da99501cfcbe4f2e4a84d44708.zip
Added code from windows branch
Diffstat (limited to 'src/build.cmd')
-rwxr-xr-xsrc/build.cmd6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/build.cmd b/src/build.cmd
new file mode 100755
index 0000000..52cb883
--- /dev/null
+++ b/src/build.cmd
@@ -0,0 +1,6 @@
+@echo off
+
+REM builds wireguard for windows
+
+go get
+go build -o wireguard-go.exe