ALL: dataex.exe

dataex.exe: dataex.f
	gfortran -w -o $@ dataex.f

clean:
	rm -f dataex.exe
