]> git.proxmox.com Git - rustc.git/blob - src/test/run-make/msvc-opt-minsize/Makefile
New upstream version 1.23.0+dfsg1
[rustc.git] / src / test / run-make / msvc-opt-minsize / Makefile
1 -include ../tools.mk
2
3 all:
4 $(RUSTC) foo.rs -Copt-level=z 2>&1
5 $(call RUN,foo)