<div dir="auto">Thanks, Jonathan,<div dir="auto">I did the following things First I freshly installed and activated emscripten,</div><div dir="auto">Then I cloned git clone <a href="https://git.purrdata.net/jwilkes/purr-data.git" target="_blank" rel="noreferrer">https://git.purrdata.net/jwilkes/purr-data.git</a> repository in two different directories.</div><div dir="auto">In one directory I made changes as before converting make to $(MAKE)</div><div dir="auto">then I run commands make emscripten on the unchanged directory and make -j4 emscripten o changed directory one after another.</div><div dir="auto">The first time it downloaded lots, and ,</div><div dir="auto">make emscripten -  8 min 25 sec to be up and running on localhost</div><div dir="auto">make -j4 emscripten - 4 min 49 sec to be up and running on localhost</div><div dir="auto"><br></div><div dir="auto">Again, I run commands same as to make emscripten and make -j4 emscripten</div><div dir="auto">This time it took much less time</div><div dir="auto"><br></div><div dir="auto">make emscripten -  2 min 20 sec to be up and running on localhost</div><div dir="auto">make -j4 emscripten -  1 min 2 sec to be up and running on localhost</div><div dir="auto"><br></div><div dir="auto">Further enhancement possible is that all the makefiles which run within make emscripten like in externals etc can also be modified further and will improve a lot in build time.</div><div dir="auto"><br></div><div dir="auto">Thanks</div></div>