ext: python setup.py build_ext --inplace test: python test/Simplex_tree_UT.py example: python example/Simplex_tree_example.py clean: rm -rf build/ *.o *.so *.cpp .PHONY: example test