rust/tests/run-make-fulldeps/long-linker-command-lines/Makefile

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

6 lines
92 B
Makefile
Raw Normal View History

include ../tools.mk
all:
$(RUSTC) foo.rs -g -O
RUSTC="$(RUSTC_ORIGINAL)" $(call RUN,foo)