summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cython/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cython/Makefile b/src/cython/Makefile
index 44e30df1..05b831f6 100644
--- a/src/cython/Makefile
+++ b/src/cython/Makefile
@@ -14,6 +14,7 @@ example:
python example/alpha_complex_example.py
python example/random_cubical_complex_example.py 10 10
python example/rips_persistence_diagram.py
+ python example/alpha_complex_from_file_example.py data/500_random_points_on_3D_Torus.csv
clean:
rm -rf build/ *.o *.so *.cpp