summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2017-03-30 08:55:53 +0200
committerUlrich Bauer <mail@ulrich-bauer.org>2017-03-30 08:57:36 +0200
commite1d693231f71bdf000d6471a74b6bfa5d762d82f (patch)
treeca142259d125fe4e6502cd58c64fcb1eee1c7428 /Makefile
parent786f94979f88fbf495b28bd9aab50d1287d9180c (diff)
post-merge updates
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3704813..8569d34 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ build: ripser-representatives
ripser-representatives: ripser.cpp
- c++ -std=c++11 ripser.cpp -o ripser-representatives -Ofast -D NDEBUG -D USE_COEFFICIENTS -D ASSEMBLE_REDUCTION_MATRIX -D USE_GOOGLE_HASHMAP
+ c++ -std=c++11 ripser.cpp -o ripser-representatives -Ofast -D NDEBUG -D _USE_COEFFICIENTS -D ASSEMBLE_REDUCTION_MATRIX -D USE_GOOGLE_HASHMAP
clean:
rm -f ripser-representatives