https://github.com/sanger-pathogens/gubbins
Raw File
Tip revision: 0d0bb60500fb29966fed087b6f52d8ec9ce98bd9 authored by andrewjpage on 07 July 2015, 14:39:54 UTC
update version
Tip revision: 0d0bb60
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