sway-ipc/Makefile
2022-12-13 22:19:25 +00:00

14 lines
97 B
Makefile

run:
cargo test
build:
cargo build
test:
cargo test
doc:
cargo doc
clean:
rm -rf target/