]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/rustdoc-map-file/Makefile
Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
[rust.git] / src / test / run-make-fulldeps / rustdoc-map-file / Makefile
1 -include ../tools.mk
2
3 all:
4         $(RUSTDOC) -Z unstable-options --generate-redirect-map foo.rs -o "$(TMPDIR)/out"
5         "$(PYTHON)" validate_json.py "$(TMPDIR)/out"