]> git.proxmox.com Git - rustc.git/blame - src/test/run-make-fulldeps/pretty-print-to-file/Makefile
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / run-make-fulldeps / pretty-print-to-file / Makefile
CommitLineData
f2b60f7d 1include ../tools.mk
1a4d82fc
JJ
2
3all:
94222f64 4 $(RUSTC) -o $(TMPDIR)/input.out -Zunpretty=normal input.rs
1a4d82fc 5 diff -u $(TMPDIR)/input.out input.pp