https://github.com/sanger-pathogens/gubbins
Raw File
Tip revision: 5177ce2abe9d2c23ea37d7a2e39b33ccf6211be3 authored by Christoph PĆ¼the on 13 January 2020, 15:46:24 UTC
Merge pull request #269 from puethe/gdb
Tip revision: 5177ce2
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