aboutsummaryrefslogtreecommitdiffstats
path: root/Sources/WireGuardKitGo/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: apply MIT more consistentlyJason A. Donenfeld2022-11-171-1/+1
| | | | | | People keep asking. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* WireGuardKitGo: include new homebrew location in PATHJason A. Donenfeld2021-09-221-0/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Kit: Go: bump to latest APIJason A. Donenfeld2021-03-091-7/+9
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* WireGuardGoKit: drop support for armv7Jason A. Donenfeld2020-12-091-3/+2
| | | | | | Apple and Go have both dropped it, so we do the same. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* WireGuardKitGo: get rid of missing -Wno-unused-command-line-argument flagJason A. Donenfeld2020-12-091-1/+1
| | | | | | Recent toolchains error out on it, and it's no longer needed. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Move all source files to `Sources/` and rename WireGuardKit targetsAndrej Mihajlov2020-12-031-0/+58
Signed-off-by: Andrej Mihajlov <and@mullvad.net>