]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/pretty-print-to-file/Makefile
Rollup merge of #104849 - GuillaumeGomez:source-code-sidebar-css-migration, r=notriddle
[rust.git] / src / test / run-make-fulldeps / pretty-print-to-file / Makefile
1 include ../tools.mk
2
3 all:
4         $(RUSTC) -o $(TMPDIR)/input.out -Zunpretty=normal input.rs
5         diff -u $(TMPDIR)/input.out input.pp