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