Skip to content
Snippets Groups Projects
Commit fd82d009 authored by John Chilton's avatar John Chilton
Browse files

Makefile arguments for setup.py develop.

parent 00d1e8b7
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,11 @@ coverage:
coverage html
open htmlcov/index.html || xdg-open htmlcov/index.html
develop:
python setup.py develop
develop-galaxy:
PULSAR_GALAXY_LIB=1 python setup.py develop
ready-docs:
rm -f docs/$(SOURCE_DIR).rst
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment