summary refs log tree commit diff
path: root/src/test/run-make/suspicious-library/Makefile
blob: 621f3064b5cede48a67a32fd9bcf51f44a39800f (plain)
1
2
3
4
5
6
7
-include ../tools.mk

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