summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/suspicious-library/Makefile
blob: 2af9e85c228fde666fc27e8e6628c3f14ab044fb (plain)
1
2
3
4
5
6
7
include ../tools.mk

all:
	$(RUSTC) foo.rs -C prefer-dynamic
	touch $(call DYLIB,foo-something-special)
	touch $(call DYLIB,foo-something-special2)
	$(RUSTC) bar.rs