summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/long-linker-command-lines/Makefile
blob: 00199ca970d3d52ef39af1c9cf27c88750f170ed (plain)
1
2
3
4
5
include ../tools.mk

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