Lines Matching +full:- +full:- +full:doc +full:- +full:build
1 default: build
5 REPO = weak-table-rs
7 build: target
9 cargo build
10 make doc
13 rustup run nightly cargo build --features=clippy
15 doc: target
16 cargo doc
17 echo "<meta http-equiv='refresh' content='0;url=$(CRATE)/'>" > target/doc/index.html
23 upload-doc:
24 make doc
25 ghp-import -n target/doc
26 git push -f https://github.com/tov/$(REPO).git gh-pages