From 9d898b2a232580a36aa2d5588887e34fb777ab5a Mon Sep 17 00:00:00 2001 From: Ulrich Bauer Date: Fri, 23 Sep 2016 17:08:08 +0200 Subject: adjusted makefile --- Makefile | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/Makefile b/Makefile index 73e09fb..4450d44 100644 --- a/Makefile +++ b/Makefile @@ -1,21 +1,8 @@ -build: ripser +build: ripser-representatives -all: ripser ripser-coeff ripser-reduction ripser-debug - - -ripser: ripser.cpp - c++ -std=c++11 ripser.cpp -o ripser -Ofast -D NDEBUG - -ripser-coeff: ripser.cpp - c++ -std=c++11 ripser.cpp -o ripser-coeff -Ofast -D NDEBUG -D USE_COEFFICIENTS - -ripser-reduction: ripser.cpp - c++ -std=c++11 ripser.cpp -o ripser-reduction -Ofast -D NDEBUG -D ASSEMBLE_REDUCTION_MATRIX - -ripser-debug: ripser.cpp - c++ -std=c++11 ripser.cpp -o ripser-debug -g - +ripser-representatives: ripser.cpp + c++ -std=c++11 ripser.cpp -o ripser-representatives -Ofast -D NDEBUG -D USE_COEFFICIENTS -D ASSEMBLE_REDUCTION_MATRIX clean: - rm -f ripser ripser-coeff ripser-reduction ripser-debug + rm -f ripser-representatives -- cgit v1.2.3