5 lines
72 B
Makefile
5 lines
72 B
Makefile
include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTDOC) -o "$(TMPDIR)/foo/bar/doc" foo.rs
|