1 2 3 4 5 6 7 8
all: cargo build cargo test $(MAKE) doc doc: cargo doc --no-deps rsync -a --delete target/doc/ ../github/cdb-rs