aboutsummaryrefslogtreecommitdiffstats
path: root/anime-face-detector/Makefile
blob: 1e9e6867fa008875136b0648704ca072bead058b (plain)
1
2
3
4
5
6
all:
	python setup.py build_ext --inplace
	rm -rf build
clean:
	rm -rf */*.pyc
	rm -rf */*.so