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

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