diff --git a/Makefile b/Makefile index 14951ab..ee42263 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: javascript -js: +javascript: # Browser ESM build wasm-pack build --target web --out-dir javascript/dist/web --features wasm-binding --no-default-features