]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/c-static-dylib/Makefile
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / run-make-fulldeps / c-static-dylib / Makefile
1 include ../tools.mk
2
3 all: $(call NATIVE_STATICLIB,cfoo)
4         $(RUSTC) foo.rs -C prefer-dynamic
5         $(RUSTC) bar.rs
6         rm $(call NATIVE_STATICLIB,cfoo)
7         $(call RUN,bar)
8         $(call REMOVE_DYLIBS,foo)
9         $(call FAIL,bar)