From 0e2b7225dbc0424518e553f3690d13d60b0b6b15 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Sat, 28 Jan 2023 14:19:25 +0000 Subject: [PATCH] Gird Makefile.am fix --- Grid/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Grid/Makefile.am b/Grid/Makefile.am index a9da13e..89e5c6a 100644 --- a/Grid/Makefile.am +++ b/Grid/Makefile.am @@ -1,12 +1,8 @@ ACLOCAL_AMFLAGS = -I .buildutils/m4 bin_PROGRAMS = \ - Benchmark_comms_host_device \ - Benchmark_dwf_fp32 \ Benchmark_Grid \ Benchmark_IO - -Benchmark_comms_host_device_SOURCES = Benchmark_comms_host_device.cpp -Benchmark_dwf_fp32_SOURCES = Benchmark_dwf_fp32.cpp + Benchmark_Grid_SOURCES = Benchmark_Grid.cpp Benchmark_IO_SOURCES = Benchmark_IO.cpp