fraktalist: refactoring in progress
This commit is contained in:
9
Fraktalism/mods/Makefile
Normal file
9
Fraktalism/mods/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# compiling fraktalism's modules
|
||||
#
|
||||
|
||||
GFOPT = -Wall -Wextra -time -g
|
||||
|
||||
points3d.o: points3d.f90 Makefile
|
||||
gfortran $(GFOPT) -c $<
|
||||
|
||||
Reference in New Issue
Block a user