https://github.com/sanger-pathogens/gubbins
Raw File
Tip revision: a5f4fc09d5028286a42c9d0f4037c47bcce3e7ea authored by andrewjpage on 15 July 2016, 17:13:08 UTC
Merge pull request #172 from andrewjpage/raxml_reconstruction
Tip revision: a5f4fc0
Makefile.am
EXTRA_DIST=gubbins/* setup.py scripts/*

all-local:
	${PYTHON} setup.py build


install-exec-local:
	${PYTHON} setup.py install

uninstall-local:
	rm -rf $(pythondir)/*gubbins*

clean-local:
	$(PYTHON) setup.py clean --all

check-local:
	$(PYTHON) setup.py test
back to top