]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/c-static-rlib/Makefile
Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm
[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)