From 23c2bcf1fef4e6da27c43a2cd809b7b0ed9c514d Mon Sep 17 00:00:00 2001 From: Soren Rasmussen Date: Mon, 22 Apr 2019 16:31:34 +0100 Subject: [PATCH] cleaning up the make build and clean process for the unit cube example --- test/pargen/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/pargen/Makefile b/test/pargen/Makefile index 31498eed..a9e25e1c 100644 --- a/test/pargen/Makefile +++ b/test/pargen/Makefile @@ -23,7 +23,6 @@ runsd: psb_d_unitcube: psb_d_unitcube.o $(FLINK) psb_d_unitcube.o -o psb_d_unitcube $(PSBLAS_LIB) $(LDLIBS) - # /bin/mv psb_d_unitcube $(EXEDIR) psb_d_pde3d: psb_d_pde3d.o $(FLINK) psb_d_pde3d.o -o psb_d_pde3d $(PSBLAS_LIB) $(LDLIBS) @@ -37,18 +36,17 @@ psb_d_pde2d: psb_d_pde2d.o $(FLINK) psb_d_pde2d.o -o psb_d_pde2d $(PSBLAS_LIB) $(LDLIBS) /bin/mv psb_d_pde2d $(EXEDIR) - psb_s_pde2d: psb_s_pde2d.o $(FLINK) psb_s_pde2d.o -o psb_s_pde2d $(PSBLAS_LIB) $(LDLIBS) /bin/mv psb_s_pde2d $(EXEDIR) - run: ./psb_d_unitcube ppde.inp clean: /bin/rm -f psb_d_pde3d.o psb_s_pde3d.o psb_d_pde2d.o psb_s_pde2d.o *$(.mod) \ $(EXEDIR)/psb_d_pde3d $(EXEDIR)/psb_s_pde3d $(EXEDIR)/psb_d_pde2d $(EXEDIR)/psb_s_pde2d + /bin/rm -f psb_d_unitcube *.o verycleanlib: (cd ../..; make veryclean) lib: