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