blob: 817f600160d63b58e79eb837cfb4d1ec1ef2816f [file] [log] [blame]
build:
@cargo build
watch:
@cargo watch
watch-docs:
@cargo watch build "doc --no-deps"
test:
@cargo test --features=serde
@cargo test --features=std
@cargo test
docs: build
@cargo doc --no-deps
upload-docs: docs
@./upload-docs.sh
.PHONY: build test docs upload-docs