]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/c-static-rlib/Makefile
Rollup merge of #104672 - Voultapher:unify-sort-modules, r=thomcc
[rust.git] / tests / run-make-fulldeps / c-static-rlib / Makefile
1 include ../tools.mk
2
3 all: $(call NATIVE_STATICLIB,cfoo)
4         $(RUSTC) foo.rs
5         $(RUSTC) bar.rs
6         $(call REMOVE_RLIBS,foo)
7         rm $(call NATIVE_STATICLIB,cfoo)
8         $(call RUN,bar)