all:
	python make_modulefile_4_cray.py

clean:
	find .  -name "*.pyc" -o -name "*pycache*"
	rm -f modulefiles/tclogg
