summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2016-09-23 17:08:08 +0200
committerUlrich Bauer <mail@ulrich-bauer.org>2016-09-23 17:08:08 +0200
commit9d898b2a232580a36aa2d5588887e34fb777ab5a (patch)
treee0d624ef4554e16fcec7f71c45f855ae4c55877c
parentb55123e1a3c7baddca06bd68b73ef23165d01c95 (diff)
adjusted makefile
-rw-r--r--Makefile21
1 files 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