Makefile 135 B

1234567
  1. .PHONY: doc test-doc
  2. doc:
  3. rustdoc src/url.rs -L target/deps -L target
  4. test-doc:
  5. rustdoc src/url.rs -L target/deps -L target --test