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

6 lines
92 B
Makefile
Raw Normal View History

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