From ef8e776c6660734b863d6a44d9ba21d448f0af65 Mon Sep 17 00:00:00 2001 From: Ulrich Bauer Date: Thu, 21 Jul 2016 23:00:15 +0200 Subject: some code cleanup --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eebe266..c5cf741 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ build: ripser + all: ripser ripser_coeff ripser_dipha ripser_dipha_coeff + ripser: ripser.cpp c++ -std=c++11 ripser.cpp -o ripser -Ofast -D NDEBUG -D FILE_FORMAT_LOWER_TRIANGULAR_CSV @@ -15,3 +17,5 @@ ripser_dipha_coeff: ripser.cpp c++ -std=c++11 ripser.cpp -o ripser_dipha_coeff -Ofast -D NDEBUG -D FILE_FORMAT_DIPHA -D USE_COEFFICIENTS +clean: + rm ripser ripser_coeff ripser_dipha ripser_dipha_coeff -- cgit v1.2.3