]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/compile-stdin/Makefile
Auto merge of #49289 - varkor:emit-metadata-without-link, r=michaelwoerister
[rust.git] / src / test / run-make-fulldeps / compile-stdin / Makefile
1 -include ../tools.mk
2
3 all:
4         echo 'fn main(){}' | $(RUSTC) -
5         $(call RUN,rust_out)