Commit a0046f27 authored by Michael Droettboom's avatar Michael Droettboom

Fix #80: Delete emsdk if rerunning make

parent b5e9630f
......@@ -4,6 +4,7 @@ all: emsdk/emsdk
# run out of memory
emsdk/emsdk:
if [ -d emsdk ]; then rm -rf emsdk; fi
git clone https://github.com/juj/emsdk.git
sed -i -e "s#CPU_CORES = max(multiprocessing.cpu_count()-1, 1)#CPU_CORES = 3#g" emsdk/emsdk
( \
......
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