Commit 4e6079e0 authored by Michael Droettboom's avatar Michael Droettboom

Clean out wasm.pre files

parent e8685bb4
...@@ -86,6 +86,7 @@ root/.built: \ ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment