forst try
This commit is contained in:
8
GravityField/Makefile
Normal file
8
GravityField/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# Fortraneries by tTh - Gravity Field
|
||||
#
|
||||
|
||||
GFOPT = -Wall -Wextra -g -time
|
||||
|
||||
essai: essai.f90 Makefile
|
||||
gfortran $(GFOPT) $< -o $@
|
||||
Reference in New Issue
Block a user