diff --git a/Makefile b/Makefile index 2ab0f19f..18780c56 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ wasm: - cd thermion_dart/native/web; - mkdir -p build - cd build - emcmake cmake .. + cd thermion_dart/native/web &&\ + mkdir -p build &&\ + cd build &&\ + emcmake cmake .. &&\ emmake make wasm-clean: cd thermion_dart/native/web && rm -rf build