summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/pretty-print-to-file/Makefile
blob: b224c52fcadde215ab1b23b9e46bfeeb64d6e73c (plain)
1
2
3
4
5
-include ../tools.mk

all:
	$(RUSTC) -o $(TMPDIR)/input.out -Zunpretty=normal input.rs
	diff -u $(TMPDIR)/input.out input.pp