work on modules, expect bugs
This commit is contained in:
10
Modules/Makefile
Normal file
10
Modules/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# * Fortraneries *
|
||||
#
|
||||
# Makefile for the general purpose moduls
|
||||
#
|
||||
|
||||
GFOPT = -Wall -Wextra -time -g -O
|
||||
|
||||
spitpgm.o: spitpgm.f90 Makefile
|
||||
gfortran $(GFOPT) -c $< -o $@
|
||||
Reference in New Issue
Block a user