summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--Makefile2
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..64337ef
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+DerivedData
+ripser.dSYM
+ripser
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..253d8fa
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+all:
+ c++ -std=c++11 ripser.cpp -o ripser -Ofast -D NDEBUG -D FILE_FORMAT_LOWER_TRIANGULAR_CSV -D PRINT_PERSISTENCE_PAIRS