gfortran:
	cd src; make

intel:
	cd src; make -f Makefile.intel

clean:
	cd src; make clean
