diff -r 165b5d65e1cb -r 8680c2333546 Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Mon Feb 16 21:17:43 2015 +0100 @@ -0,0 +1,4 @@ +.PHONY: build_ext + +build_ext: + python3 setup.py build_ext --inplace