Skip to content

Commit 13387b7

Browse files
committed
Add windows build
1 parent 3d39488 commit 13387b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GOBUILD = go build -ldflags '-w'
44

55
ALL = \
66
$(foreach arch,x64 x32,\
7-
$(foreach suffix,linux osx,\
7+
$(foreach suffix,linux osx windows,\
88
build/gosync-$(suffix)-$(arch))) \
99
$(foreach arch,arm arm64,\
1010
build/gosync-linux-$(arch))

0 commit comments

Comments
 (0)