1 Star 2 Fork 0

halftion/wafw00f

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 339 Bytes
一键复制 编辑 原始数据 按行查看 历史
0xInfection 提交于 2019-10-09 20:54 . Added makefile
SRC_DIR = wafw00f
DOC_DIR = docs
MAKE = make
all:
make install
make test
make html
make clean
install:
pip install -q -e .[dev,docs]
lint:
prospector $(SRC_DIR) --strictness veryhigh
testall:
tox
html:
cd $(DOC_DIR) && $(MAKE) html
clean:
rm -rf *.egg-info build dist .coverage
find $(SRC_DIR) -name "*.pyc" | xargs rm -rf
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/halftion/wafw00f.git
git@gitee.com:halftion/wafw00f.git
halftion
wafw00f
wafw00f
master

搜索帮助