summary refs log tree commit diff
path: root/src/test/run-make/long-linker-command-lines/Makefile
blob: 309a27fe503ad6fa0cffef92866bc03e88cd0e07 (plain)
1
2
3
4
5
-include ../tools.mk

all:
	$(RUSTC) foo.rs -g
	RUSTC="$(RUSTC_ORIGINAL)" $(call RUN,foo)