summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-06-21 16:53:36 +0200
committerRuben Pollan <meskio@sindominio.net>2018-06-21 16:54:08 +0200
commit71f0b807670901dca8698deba1e21dd5b2a09567 (patch)
tree32c0421edc7edac47ee4ad1aef28e99145d54c73 /Makefile
parent14578be06da27c9f56675d6a162a160e4fcf233b (diff)
[bug] clean up vpn args for windows
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 74c0c44..ef69b50 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,9 @@ test:
build_go:
go build -tags "$(TAGS) bitmask_go" -ldflags "-X main.version=`git describe --tags`"
+build_win:
+ go build -tags "bitmask_go" -ldflags "-H windowsgui"
+
clean:
make -C icon clean
rm bitmask-systray