py3x/Makefile

16 lines
165 B
Makefile

all:
python3 setup.py build
clean:
rm -rf dist build py3x.egg-info
zip:
zip -r py3x * -i *.py py3x/*.py
html:
make -C docs html
pdf:
make -C docs latexpdf