summaryrefslogtreecommitdiff
path: root/src/cython/Makefile
blob: c17e9e097b83540e7b7d681a5f464caad2dc95ef (plain)
1
2
3
4
5
6
7
8
9
ext:
	python setup.py build_ext --inplace

test:
	python Simplex_tree_UT.py
	python Simplex_tree_example.py

clean:
	rm -rf build/ *.o *.so *.cpp