summaryrefslogtreecommitdiff
path: root/src/cython/Makefile
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-05-13 16:26:46 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-05-13 16:26:46 +0000
commit1260fc74aeb7c4f82af913388dda0cf0d54dba07 (patch)
treead4e7b1bedeedfb1d56a04e3423f2883b99f2dcc /src/cython/Makefile
parent5056cf3b1626a04879f637d5bce9af61080e8950 (diff)
Alpha complex without get_point (still bugging)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@1175 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: f6e9487d9b129adebda64089ba5590b2f9b9f5e7
Diffstat (limited to 'src/cython/Makefile')
-rw-r--r--src/cython/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cython/Makefile b/src/cython/Makefile
index a4fa1104..95bbfe6c 100644
--- a/src/cython/Makefile
+++ b/src/cython/Makefile
@@ -6,8 +6,10 @@ test:
example:
python example/Simplex_tree_example.py
+ python example/Alpha_complex_example.py
clean:
rm -rf build/ *.o *.so *.cpp
+# For not Makefile to take into account example and test directories
.PHONY: example test