Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed Dec 13, 2017
1 parent 62b78a0 commit a22f2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ pb:
cd configure && make pb
asset:
mkdir assets
cd assets;curl https://raw.githubusercontent.com/v2ray/v2ray-core/e60de73c704d46d91633035e6b06184f7186a4e0/tools/release/config/geosite.dat > geosite.dat
cd assets;curl https://github.com/v2ray/v2ray-core/blob/e60de73c704d46d91633035e6b06184f7186a4e0/tools/release/config/geoip.dat?raw=true > geoip.dat
cd assets;curl https://cdn.rawgit.com/v2ray/v2ray-core/e60de73c704d46d91633035e6b06184f7186a4e0/tools/release/config/geosite.dat > geosite.dat
cd assets;curl https://cdn.rawgit.com/v2ray/v2ray-core/v3.1/tools/release/config/geoip.dat > geoip.dat

shippedBinary:
cd shippedBinarys; $(MAKE) shippedBinary
Expand Down

0 comments on commit a22f2d8

Please sign in to comment.