rust/tests/run-make/pretty-print-to-file/Makefile
2023-03-30 07:34:55 -05:00

6 lines
124 B
Makefile

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