daisy/Makefile

19 lines
241 B
Makefile
Raw Normal View History

2023-09-22 10:26:46 -07:00
release:
cargo build --release
test:
cargo test
run:
cargo run
wasm:
wasm-pack build --release --target web --out-dir server/pkg
publish:
cargo test
cargo publish
2023-09-22 11:05:30 -07:00
docker: wasm
2023-09-22 10:26:46 -07:00
docker build ./server -t git.betalupi.com/mark/daisy