#
# Fortraneries by tTh - Gravity Field
#

GFOPT = -Wall -Wextra -g -time 

essai:	essai.f90  Makefile
	gfortran $(GFOPT) $<  -o $@