mirror of
https://gitlab.com/veloren/veloren
synced 2026-08-16 16:26:07 -04:00
4 lines
180 B
Makefile
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
|