]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/suspicious-library/Makefile
Merge commit '54a20a02ecd0e1352a871aa0990bcc8b8b03173e' into clippyup
[rust.git] / src / test / run-make-fulldeps / suspicious-library / Makefile
1 -include ../tools.mk
2
3 all:
4         $(RUSTC) foo.rs -C prefer-dynamic
5         touch $(call DYLIB,foo-something-special)
6         touch $(call DYLIB,foo-something-special2)
7         $(RUSTC) bar.rs