mirror of https://github.com/cowrie/cowrie.git
add makefile (#1108)
This commit is contained in:
parent
63d697e0bf
commit
d5ca8321e4
|
@ -0,0 +1,14 @@
|
|||
|
||||
# Dummy target `all`
|
||||
all:
|
||||
|
||||
# Note --aplication-import-names only works on Python3
|
||||
test:
|
||||
flake8 --count --application-import-names cowrie --max-line-length=120 --statistics .
|
||||
PYTHONPATH=src trial cowrie
|
||||
|
||||
build:
|
||||
python setup.py build sdist bdist
|
||||
|
||||
docs:
|
||||
make -C docs html
|
Loading…
Reference in New Issue