]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/no-duplicate-libs/Makefile
Rollup merge of #80385 - camelid:clarify-cell-replace-docs, r=Mark-Simulacrum
[rust.git] / src / test / run-make-fulldeps / no-duplicate-libs / Makefile
1 -include ../tools.mk
2
3 ifdef IS_MSVC
4 # FIXME(#27979)
5 all:
6 else
7 all: $(call STATICLIB,foo) $(call STATICLIB,bar)
8         $(RUSTC) main.rs
9         $(call RUN,main)
10 endif