diff --git a/Makefile b/Makefile index 8ae48e2..080c218 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ CONFFLAGS=OPT="$(COPT)" --without-threads --without-pymalloc --disable-shared -- prep: ./configure make python - cp python ../python.native + cp -r python ../python.native make clean git clean -f -x -d em: