sway-ipc/Makefile

14 lines
96 B
Makefile

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