summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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