remove Makefile

This commit is contained in:
Scott Lessans 2025-08-05 13:38:25 -07:00
parent f6179119ca
commit c81ef707bc

View file

@ -1,12 +0,0 @@
.PHONY: javascript
js:
# Browser ESM build
wasm-pack build --target web --out-dir javascript/dist/web --features wasm-binding --no-default-features
# Node.js ESM/CJS-compatible build
wasm-pack build --target nodejs --out-dir javascript/dist/node --features wasm-binding --no-default-features
.PHONY: python-local
python-local:
maturin develop -F python-binding --release