Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kayon committed Mar 19, 2019
1 parent db5792b commit e279c2d
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 @@ -17,8 +17,8 @@ install:
cd cmd/iploc-gen; go install

prepare:
iploc-fetch ./qqwry.gbk.dat
iploc-conv -s qqwry.gbk.dat -d qqwry.dat -n
iploc-fetch ./qqwry.gbk.dat -q
iploc-conv -s qqwry.gbk.dat -d qqwry.dat -n -q
rm qqwry.gbk.dat

test:
Expand Down

0 comments on commit e279c2d

Please sign in to comment.