summaryrefslogtreecommitdiff
path: root/src/cython/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/Makefile')
-rw-r--r--src/cython/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cython/Makefile b/src/cython/Makefile
index e3952f12..ada1d15b 100644
--- a/src/cython/Makefile
+++ b/src/cython/Makefile
@@ -13,8 +13,10 @@ example:
python example/rips_complex_example.py
python example/alpha_complex_example.py
python example/random_cubical_complex_example.py 10 10
- # python example/alpha_complex_from_file_example.py data/500_random_points_on_3D_Torus.csv
# python example/gudhi_graphical_tools_example.py
+ # python example/rips_persistence_diagram.py
+ # python example/alpha_complex_from_file_example.py data/500_random_points_on_3D_Torus.csv
+ # python example/rips_complex_from_file_example.py data/500_random_points_on_3D_Torus.csv
clean:
rm -rf build/ *.o *.so *.cpp