9 lines
132 B
Makefile
9 lines
132 B
Makefile
|
#
|
||
|
# Fortraneries by tTh - Gravity Field
|
||
|
#
|
||
|
|
||
|
GFOPT = -Wall -Wextra -g -time
|
||
|
|
||
|
essai: essai.f90 Makefile
|
||
|
gfortran $(GFOPT) $< -o $@
|