some clean after erratic modifications
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
|
||||
GFOPT = -Wall -Wextra -time -g
|
||||
|
||||
all: xperiment.o points3d.o
|
||||
|
||||
points3d.o: points3d.f90 Makefile
|
||||
gfortran $(GFOPT) -c $<
|
||||
|
||||
xperiment.o: xperiment.f90 Makefile
|
||||
gfortran $(GFOPT) -c $<
|
||||
|
||||
Reference in New Issue
Block a user