blob: 3b5ab3c53a5649486a2dfd39edb646e36474723b (
plain)
1
2
3
4
5
6
7
8
|
# ignore-cross-compile
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
|