There was an error while loading. Please reload this page.
1 parent 3d39488 commit 13387b7Copy full SHA for 13387b7
Makefile
@@ -4,7 +4,7 @@ GOBUILD = go build -ldflags '-w'
4
5
ALL = \
6
$(foreach arch,x64 x32,\
7
-$(foreach suffix,linux osx,\
+$(foreach suffix,linux osx windows,\
8
build/gosync-$(suffix)-$(arch))) \
9
$(foreach arch,arm arm64,\
10
build/gosync-linux-$(arch))
0 commit comments