From 32cbdec6b6a5bdf2843f01ee0bdb1cebccb98382 Mon Sep 17 00:00:00 2001 From: Grzegorz Kowal Date: Sat, 25 Aug 2018 22:27:43 -0300 Subject: [PATCH] MAKEFILE: Remove utils from source files. Signed-off-by: Grzegorz Kowal --- build/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/makefile b/build/makefile index 4793f3d..fc827b2 100644 --- a/build/makefile +++ b/build/makefile @@ -90,7 +90,7 @@ name = amun files = algebra blocks boundaries constants coordinates domains driver \ equations error evolution gravity integrals interpolations io mesh \ mpitools operators parameters problems random refinement schemes \ - shapes sources timers user_problem utils + shapes sources timers user_problem sources := $(addprefix $(SRCSDIR)/,$(addsuffix .F90, $(files))) objects := $(addprefix $(OBJSDIR)/,$(addsuffix .o, $(files)))