From 4e6079e0b0e2ea5d385b8a1b284cadb93947ad7a Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Fri, 30 Mar 2018 14:09:55 -0400 Subject: [PATCH] Clean out wasm.pre files --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 78c188c2e..ea4e1ca85 100644 --- a/Makefile +++ b/Makefile @@ -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