
all:
	gfortran -c testmod.f90
	cp testmod.mod testmod.gz
	gunzip -f testmod.gz
