Fortraneries/GravityField/Makefile

9 lines
132 B
Makefile
Raw Normal View History

2022-11-24 00:52:13 +01:00
#
# Fortraneries by tTh - Gravity Field
#
GFOPT = -Wall -Wextra -g -time
essai: essai.f90 Makefile
gfortran $(GFOPT) $< -o $@