fix Makefile

This commit is contained in:
Nick Fisher
2025-05-13 22:39:24 +08:00
parent fc75aab94b
commit d392daa2e6

View File

@@ -1,8 +1,8 @@
wasm: wasm:
cd thermion_dart/native/web; cd thermion_dart/native/web &&\
mkdir -p build mkdir -p build &&\
cd build cd build &&\
emcmake cmake .. emcmake cmake .. &&\
emmake make emmake make
wasm-clean: wasm-clean:
cd thermion_dart/native/web && rm -rf build cd thermion_dart/native/web && rm -rf build