Added makefile

pull/8/head
Mark 2023-09-22 10:26:46 -07:00
parent 42fdcd5853
commit 96a34dc05d
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 18 additions and 0 deletions

18
Makefile Normal file
View File

@ -0,0 +1,18 @@
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
docker:
docker build ./server -t git.betalupi.com/mark/daisy