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

test:
	python main.py

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