Skip to content

Commit

Permalink
Fix win32build.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfdecyf committed Dec 25, 2012
1 parent b8d1fea commit 9f26f09
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions win32build.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
set GOPATH=%cd%
go install local
go install server
go install test

pushd cmd\shadowsocks-local
go install
popd
pushd cmd\shadowsocks-server
go install
popd

0 comments on commit 9f26f09

Please sign in to comment.