mirror of https://github.com/pyodide/pyodide.git
Clean out wasm.pre files
This commit is contained in:
parent
e8685bb410
commit
4e6079e0b0
1
Makefile
1
Makefile
|
@ -86,6 +86,7 @@ root/.built: \
|
||||||
rm -fr `cat ../../../remove_modules.txt`; \
|
rm -fr `cat ../../../remove_modules.txt`; \
|
||||||
rm encodings/cp*.py; \
|
rm encodings/cp*.py; \
|
||||||
rm encodings/mac_*.py; \
|
rm encodings/mac_*.py; \
|
||||||
|
find . -name "*.wasm.pre" -type f -delete ; \
|
||||||
find -type d -name __pycache__ -prune -exec rm -rf {} \; \
|
find -type d -name __pycache__ -prune -exec rm -rf {} \; \
|
||||||
)
|
)
|
||||||
touch root/.built
|
touch root/.built
|
||||||
|
|
Loading…
Reference in New Issue