13 lines
194 B
Makefile
13 lines
194 B
Makefile
|
LOCAL_DOCTEST=/usr/local/bin/toxcore_run_doctest3.bash
|
||
|
DOCTEST=${LOCAL_DOCTEST}
|
||
|
|
||
|
lint::
|
||
|
sh .pylint.sh
|
||
|
|
||
|
rsync::
|
||
|
bash .rsync.sh
|
||
|
|
||
|
doctest:
|
||
|
export PYTHONPATH=${PWD}
|
||
|
${DOCTEST} stem_examples.txt
|