6 lines
155 B
Makefile
6 lines
155 B
Makefile
|
-include ../tools.mk
|
||
|
|
||
|
all:
|
||
|
$(RUSTDOC) -Z unstable-options --generate-redirect-map foo.rs -o "$(TMPDIR)/out"
|
||
|
"$(PYTHON)" validate_json.py "$(TMPDIR)/out"
|