From c81ef707bcf5473128f1de9d21c166e64f9cacb2 Mon Sep 17 00:00:00 2001 From: Scott Lessans Date: Tue, 5 Aug 2025 13:38:25 -0700 Subject: [PATCH] remove Makefile --- Makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index 14951ab..0000000 --- a/Makefile +++ /dev/null @@ -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