work on modules, expect bugs

This commit is contained in:
tTh
2022-11-30 01:02:11 +01:00
parent 0c43b4231c
commit 4d5f38a933
3 changed files with 110 additions and 1 deletions

10
Modules/Makefile Normal file
View 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 $@