From 1fe930d4ae714f8b696edd733091d9ada31a6e56 Mon Sep 17 00:00:00 2001 From: Rich Wandell Date: Sun, 29 Aug 2021 11:11:28 -0400 Subject: [PATCH] add recursive copy flag using the provided instructions I get an error on this copy command. Adding recursive flag fixes it --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: