Clean out wasm.pre files

This commit is contained in:
Michael Droettboom 2018-03-30 14:09:55 -04:00
parent e8685bb410
commit 4e6079e0b0
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ root/.built: \
rm -fr `cat ../../../remove_modules.txt`; \
rm encodings/cp*.py; \
rm encodings/mac_*.py; \
find . -name "*.wasm.pre" -type f -delete ; \
find -type d -name __pycache__ -prune -exec rm -rf {} \; \
)
touch root/.built