

gfortran:
	gfortran -fno-range-check -o sha3.exe -O3 sha3.f90

ifortl:
	ifort -O3 -assume byterecl -o sha3.exe sha3.f90

ifortw:
	ifort -O3 -asume=byterecl -en:sha3.exe sha3.f90