rust/tests/run-make/rustdoc-map-file/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
154 B
Makefile
Raw Normal View History

include ../tools.mk
2021-02-15 14:45:38 -06:00
all:
$(RUSTDOC) -Z unstable-options --generate-redirect-map foo.rs -o "$(TMPDIR)/out"
"$(PYTHON)" validate_json.py "$(TMPDIR)/out"