rust/tests/run-make-fulldeps/suspicious-library/Makefile

8 lines
165 B
Makefile
Raw Normal View History

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