TABIXVERSION=0.2.5
SAMTOOLSVERSION=0.1.18
.PHONY: all  ext manual doc clean archive
all:
	(cd src;make)
doc:
	(cd doc; make )


clean:
	(cd src; make clean)
	(cd doc; make clean)

