mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-19 12:33:27 +02:00
10 lines
373 B
Makefile
10 lines
373 B
Makefile
install:
|
|
python setup.py install
|
|
@echo "\n\n================="
|
|
@echo "For optimal performance we highly recommend installing PDFTK: https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/"
|
|
@echo "If installing on OSX >= 10.11, see here: https://stackoverflow.com/questions/32505951/pdftk-server-on-os-x-10-11/33248310#33248310"
|
|
|
|
test:
|
|
python -m unittest discover tests/
|
|
|