fraktalist: refactoring in progress

This commit is contained in:
tth
2022-03-08 10:36:32 +01:00
parent cf2333cf1f
commit 307b590796
15 changed files with 356 additions and 33 deletions

9
Fraktalism/mods/Makefile Normal file
View File

@@ -0,0 +1,9 @@
#
# compiling fraktalism's modules
#
GFOPT = -Wall -Wextra -time -g
points3d.o: points3d.f90 Makefile
gfortran $(GFOPT) -c $<