We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ac5fac + 383dd58 commit 221ea5dCopy full SHA for 221ea5d
1 file changed
Makefile.pre.in
@@ -1315,6 +1315,8 @@ clean: pycremoval
1315
find build -name 'fficonfig.h' -exec rm -f {} ';' || true
1316
find build -name 'fficonfig.py' -exec rm -f {} ';' || true
1317
-rm -f Lib/lib2to3/*Grammar*.pickle
1318
+ -rm -f Lib/_sysconfigdata.py
1319
+ -rm -f Modules/_testembed
1320
1321
profile-removal:
1322
find . -name '*.gc??' -exec rm -f {} ';'
0 commit comments