]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/suspicious-library/Makefile
Sync portable-simd to rust-lang/portable-simd@72df4c45056a8bc0d1b3f06fdc828722177f0763
[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