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.
1 parent af04ff2 commit 383dd58Copy full SHA for 383dd58
1 file changed
Makefile.pre.in
@@ -1252,6 +1252,7 @@ clean: pycremoval
1252
find build -name 'fficonfig.h' -exec rm -f {} ';' || true
1253
find build -name 'fficonfig.py' -exec rm -f {} ';' || true
1254
-rm -f Lib/lib2to3/*Grammar*.pickle
1255
+ -rm -f Modules/_testembed
1256
1257
profile-removal:
1258
find . -name '*.gc??' -exec rm -f {} ';'
0 commit comments