https://github.com/sanger-pathogens/gubbins
Raw File
Tip revision: 7a929bdc443eac319a8e396640ad3189df858426 authored by andrewjpage on 24 September 2014, 08:22:03 UTC
Update README.md
Tip revision: 7a929bd
Makefile.am
EXTRA_DIST=gubbins/* setup.py scripts/*

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


install-exec-local:
	${PYTHON} setup.py install  --root=$(DESTDIR) --install-purelib=$(pythondir) --install-scripts=/usr/bin

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

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

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