Skip to content

Commit

Permalink
Fixed Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
riobard committed Apr 16, 2018
1 parent 78ad384 commit c07c14d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ win64:
GOARCH=amd64 GOOS=windows $(GOBUILD) -o $(BINDIR)/$(NAME)-$@.exe

releases: linux macos win64
chmod +x $(BINDIR)/shadowsocks2-*
gzip $(BINDIR)/shadowsocks2-linux
gzip $(BINDIR)/shadowsocks2-macos
zip -m -j $(BINDIR)/shadowsocks2-win64.zip $(BINDIR)/shadowsocks2-win64.exe
chmod +x $(BINDIR)/$(NAME)-*
gzip $(BINDIR)/$(NAME)-linux
gzip $(BINDIR)/$(NAME)-macos
zip -m -j $(BINDIR)/$(NAME)-win64.zip $(BINDIR)/$(NAME)-win64.exe

clean:
rm $(BINDIR)/*

0 comments on commit c07c14d

Please sign in to comment.