1 Star 0 Fork 0

风的旋轮/iploc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 522 Bytes
一键复制 编辑 原始数据 按行查看 历史
风的旋轮 提交于 2024-02-22 16:04 . first commit
IPLOC_CONV = $(GOPATH)/bin/iploc-conv
IPLOC_FETCH := $(GOPATH)/bin/iploc-fetch
IPLOC_GEN = $(GOPATH)/bin/iploc-gen
.PHONY: all test clean install prepare
all: install prepare test
clean:
rm -f $(IPLOC_CONV) $(IPLOC_FETCH) $(IPLOC_GEN)
rm -f qqwry.dat
install:
cd cmd/iploc-conv; go install
cd cmd/iploc-fetch; go install
cd cmd/iploc-gen; go install
prepare:
iploc-fetch ./qqwry.gbk.dat -q
iploc-conv -s qqwry.gbk.dat -d qqwry.dat -n -q
rm qqwry.gbk.dat
test:
go test -v
bench:
go test -bench=.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fengdexuanlun/iploc.git
[email protected]:fengdexuanlun/iploc.git
fengdexuanlun
iploc
iploc
main

搜索帮助