https://github.com/sanger-pathogens/gubbins
Raw File
Tip revision: 99d675626ce4e418d7a4a00cf4568f62d2a664ef authored by andrewjpage on 22 July 2016, 13:32:22 UTC
Merge pull request #175 from andrewjpage/speedup
Tip revision: 99d6756
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