veloren/plugin/examples/hello/build_plugin/Makefile
2024-09-25 14:13:47 +00:00

4 lines
180 B
Makefile

all:
(cd ..; cargo component build --release)
cp ../target/wasm32-wasi/release/hello.wasm hello.wasm
tar cvf ../../../../assets/plugins/hello.plugin.tar hello.wasm plugin.toml