summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: a2b0b1431d1170c142a836c953e5fd3f9c6d46e2 (plain)
1
2
3
4
5
6
build:
	python setup.py build_ext --inplace

clean:
	find -name \*.c -exec rm {} \;
	rm -rf build