mirror of
https://github.com/openai/harmony.git
synced 2025-08-22 16:17:08 -04:00
remove Makefile
This commit is contained in:
parent
f6179119ca
commit
c81ef707bc
1 changed files with 0 additions and 12 deletions
12
Makefile
12
Makefile
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue