7 lines
70 B
Makefile
7 lines
70 B
Makefile
.PHONY: doc test
|
|
|
|
doc:
|
|
cargo doc --no-deps --open
|
|
|
|
test:
|
|
cargo test
|