Skip to content

Commit 3b93c06

Browse files
author
Dennis Granath
committed
Crosscompile for windows
1 parent 2f49a60 commit 3b93c06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ build_darwin:
4545
build_linux:
4646
$(call compile,linux,amd64)
4747

48+
build_windows:
49+
$(call compile,windows,amd64)
50+
4851

4952
###############################################################################
5053
## Clean

0 commit comments

Comments
 (0)