From baae06af6fde926ab2c814bb8a4b8e425d676dd5 Mon Sep 17 00:00:00 2001 From: Douglas Guptill <douglas.guptill@dal.ca> Date: Sat, 23 May 2009 18:25:37 +0000 Subject: [PATCH] add flush --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a257b41..eed0c2a3 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ do_leaf_measurements.o \ embed_surface_in_octree.o \ erosion.o \ find_void_nodes.o \ +flush.o \ heap.o \ improve_osolve.o\ initialize_temperature.o \ @@ -86,7 +87,7 @@ objclean: cd RESAMPLE; make $@ rm -f *.o *.mod $(COMPILE_OUT) - +all: $(NAME) $(NAME): subdirs $(OBJECTS) $(F90) $(FLAGS) $(OPTIONS) $(OBJECTS) $(LIBS) -o $(NAME) \ >$(NAME).link 2>&1 -- GitLab