From cd1d28661112cb9cb224ab16025f85e2d1cf6329 Mon Sep 17 00:00:00 2001 From: Pratheek Shanthraj Date: Fri, 4 Jul 2014 10:46:23 +0000 Subject: [PATCH] updated makefile for FEM solver and minor changes to spectral makefile --- code/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/Makefile b/code/Makefile index 46fdb77c7..47ecd6bf0 100644 --- a/code/Makefile +++ b/code/Makefile @@ -437,20 +437,20 @@ constitutive_damage.o: constitutive_damage.f90 \ damage_gradient.o damage_none.o: damage_none.f90 \ - lattice.o \ + lattice.o damage_gradient.o: damage_gradient.f90 \ - lattice.o \ + lattice.o constitutive_thermal.o: constitutive_thermal.f90 \ thermal_none.o \ thermal_conduction.o thermal_none.o: thermal_none.f90 \ - lattice.o \ + lattice.o thermal_conduction.o: thermal_conduction.f90 \ - lattice.o \ + lattice.o lattice.o: lattice.f90 \ material.o