PREFIX=/hive/data/outside/otto/mastermind/
install: 
	pylint -E mastermindToBed.py
	cp mastermind.as mastermindToBed.py buildMastermind.sh ${PREFIX}
clean:
	rm -f *.bed *.bb *.gz
