10 lines
136 B
Makefile
10 lines
136 B
Makefile
#
|
|
# compiling fraktalism's modules
|
|
#
|
|
|
|
GFOPT = -Wall -Wextra -time -g
|
|
|
|
points3d.o: points3d.f90 Makefile
|
|
gfortran $(GFOPT) -c $<
|
|
|