forst try

This commit is contained in:
tTh
2022-11-24 00:52:13 +01:00
parent 8535ba09d9
commit 1cb5dc13bb
4 changed files with 77 additions and 0 deletions

8
GravityField/Makefile Normal file
View File

@@ -0,0 +1,8 @@
#
# Fortraneries by tTh - Gravity Field
#
GFOPT = -Wall -Wextra -g -time
essai: essai.f90 Makefile
gfortran $(GFOPT) $< -o $@