From e8491380e2853e9ae8ae373cd66315c42d555592 Mon Sep 17 00:00:00 2001 From: sfilippone Date: Fri, 19 Jul 2024 09:40:14 +0200 Subject: [PATCH] Take out obsolete test targets from makefile --- test/hello/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/test/hello/Makefile b/test/hello/Makefile index f16ff75e..cbdd358f 100644 --- a/test/hello/Makefile +++ b/test/hello/Makefile @@ -16,7 +16,7 @@ FINCLUDES=$(FMFLAG)$(MODDIR) $(FMFLAG). EXEDIR=./runs -all: runsd hello pingpong tsum tsum1 +all: runsd hello pingpong runsd: (if test ! -d runs ; then mkdir runs; fi) @@ -28,13 +28,6 @@ hello: hello.o pingpong: pingpong.o $(FLINK) pingpong.o -o pingpong $(PSBLAS_LIB) $(LDLIBS) /bin/mv pingpong $(EXEDIR) -tsum: tsum.o - $(FLINK) tsum.o -o tsum $(PSBLAS_LIB) $(LDLIBS) - /bin/mv tsum $(EXEDIR) -tsum1: tsum1.o - $(FLINK) tsum1.o -o tsum1 $(PSBLAS_LIB) $(LDLIBS) - /bin/mv tsum1 $(EXEDIR) - clean: