]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/c-static-rlib/Makefile
Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-2022-04-22
[rust.git] / src / test / 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)