From 4534c0c569e18e00ca3e41e292524a381cbaeafe Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Wed, 31 May 2023 18:52:02 -0400 Subject: change tabulator output, remove score --- makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 9a41ce1..0d59a97 100644 --- a/makefile +++ b/makefile @@ -7,7 +7,7 @@ GTKMM_LD_ARGS = $(shell pkg-config --libs gtkmm-4.0) MPI_CPP_ARGS = $(shell mpic++ --showme:compile) -DOMPI_SKIP_MPICXX MPI_LD_ARGS = $(shell mpic++ --showme:link) -default: bin/bench bin/score bin/tabulator-mpi +default: bin/bench bin/tabulator-mpi clean: rm -r obj bin @@ -16,10 +16,6 @@ bin/bench: obj/bench/main.o obj/bench/bench_window.o obj/bench/core_widget.o obj @mkdir -p $(dir $@) g++ ${CPP_ARGS} $^ ${GTKMM_LD_ARGS} -o $@ -bin/score: obj/score/main.o obj/lib94.o - @mkdir -p $(dir $@) - g++ ${CPP_ARGS} $^ -o $@ - bin/tabulator-mpi: obj/tabulator-mpi/main.o obj/tabulator-mpi/head.o obj/tabulator-mpi/worker.o obj/lib94.o @mkdir -p $(dir $@) g++ ${CPP_ARGS} $^ ${MPI_LD_ARGS} -o $@ -- cgit v1.2.3