rust/tests/run-make/issue-46239/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
77 B
Makefile
Raw Normal View History

include ../tools.mk
all:
$(RUSTC) main.rs -C opt-level=1
$(call RUN,main)