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