mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 01:44:04 +00:00
5 lines
72 B
Makefile
5 lines
72 B
Makefile
include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTDOC) -o "$(TMPDIR)/foo/bar/doc" foo.rs
|