# $Id: Makefile,v 1.16 2004/03/19 00:17:27 halley Exp $
PYTHON=python
+PYTHON3=python3
all:
${PYTHON} ./setup.py build
rm -rf html.tar.gz html.zip html
kits:
- ${PYTHON} ./setup.py sdist --formats=gztar,zip
-# ${PYTHON} ./setup.py bdist_wininst
-# ${PYTHON} ./setup.py bdist_rpm
+ ${PYTHON3} ./setup.py sdist --formats=gztar,zip bdist_wheel
tags:
find . -name '*.py' -print | etags -
cd tests; make PYTHON=python test
test3:
- cd tests; make PYTHON=python3 test
+ cd tests; make PYTHON=${PYTHON3} test
lint:
pylint dns tests examples/*.py